Searched refs:tc_impl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.hpp69 struct tc_impl;
76 std::auto_ptr< tc_impl > pimpl;
85 friend struct tc_impl;
H A Dtests.cpp148 struct impl::tc_impl { struct in class:impl
151 tc_impl(const tc_impl&);
152 tc_impl& operator=(const tc_impl&);
159 tc_impl(const std::string& ident, const bool has_cleanup) : function in struct:impl::tc_impl
193 pimpl(new tc_impl(ident, has_cleanup))

Completed in 43 milliseconds