Home
last modified time | relevance | path

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

/minix/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dtests.cpp132 struct impl::tc_impl : atf::noncopyable { struct in impl
133 std::string m_ident;
134 atf_tc_t m_tc;
135 bool m_has_cleanup;
137 tc_impl(const std::string& ident, const bool has_cleanup) : in tc_impl() argument
144 wrap_head(atf_tc_t *tc) in wrap_head()
152 wrap_body(const atf_tc_t *tc) in wrap_body()
168 wrap_cleanup(const atf_tc_t *tc) in wrap_cleanup()
/minix/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()