Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.hpp73 struct tc_impl;
80 std::unique_ptr< tc_impl > pimpl;
89 friend struct tc_impl;
H A Dtests.cpp125 struct impl::tc_impl { struct in impl
128 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() function
177 pimpl(new tc_impl(ident, has_cleanup)) in tc()