Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp125 struct impl::tc_impl { struct in impl
132 std::string m_ident;
133 atf_tc_t m_tc;
134 bool m_has_cleanup;
136 tc_impl(const std::string& ident, const bool has_cleanup) : in tc_impl() argument
143 wrap_head(atf_tc_t *tc) in wrap_head()
151 wrap_body(const atf_tc_t *tc) in wrap_body()
167 wrap_cleanup(const atf_tc_t *tc) in wrap_cleanup()