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

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp159 tc_impl(const std::string& ident, const bool has_cleanup) : argument
161 m_has_cleanup(has_cleanup)
192 impl::tc::tc(const std::string& ident, const bool has_cleanup) : argument
193 pimpl(new tc_impl(ident, has_cleanup))

Completed in 47 milliseconds