Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c++/
H A Dtests.hpp69 struct tc_impl;
76 std::unique_ptr< tc_impl > pimpl;
86 friend struct tc_impl;
H A Dtests.cpp148 struct impl::tc_impl { struct in 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) : in tc_impl() argument
193 pimpl(new tc_impl(ident, has_cleanup)) in tc()