HomeSort by: relevance | last modified time | path
    Searched refs:tc_impl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/
tests.hpp 73 struct tc_impl;
80 std::unique_ptr< tc_impl > pimpl;
89 friend struct tc_impl;
tests.cpp 125 struct impl::tc_impl { struct in class: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) : function in struct:impl::tc_impl
177 pimpl(new tc_impl(ident, has_cleanup))

Completed in 65 milliseconds