Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp148 struct impl::tc_impl { struct in impl
155 std::string m_ident;
156 atf_tc_t m_tc;
157 bool m_has_cleanup;
159 tc_impl(const std::string& ident, const bool has_cleanup) : in tc_impl() function
166 wrap_head(atf_tc_t *tc) in wrap_head()
174 wrap_body(const atf_tc_t *tc) in wrap_body()
183 wrap_cleanup(const atf_tc_t *tc) in wrap_cleanup()