Searched refs:has_cleanup (Results 1 – 1 of 1) sorted by relevance
159 tc_impl(const std::string& ident, const bool has_cleanup) : in tc_impl()161 m_has_cleanup(has_cleanup) in tc_impl()192 impl::tc::tc(const std::string& ident, const bool has_cleanup) : in tc() argument193 pimpl(new tc_impl(ident, has_cleanup)) in tc()