Searched refs:tc_impl (Results 1 – 2 of 2) sorted by relevance
73 struct tc_impl;80 std::unique_ptr< tc_impl > pimpl;89 friend struct tc_impl;
125 struct impl::tc_impl { struct in impl128 tc_impl(const tc_impl&);129 tc_impl& operator=(const tc_impl&);136 tc_impl(const std::string& ident, const bool has_cleanup) : in tc_impl() function177 pimpl(new tc_impl(ident, has_cleanup)) in tc()