Home
last modified time | relevance | path

Searched refs:tc_vector (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp392 typedef std::vector< impl::tc * > tc_vector; typedef in tp
408 void (*m_add_tcs)(tc_vector&);
409 tc_vector m_tcs;
414 tc_vector init_tcs(void);
422 impl::tc* find_tc(tc_vector, const std::string&);
427 tp(void (*)(tc_vector&));
436 tp::tp(void (*add_tcs)(tc_vector&)) : in tp() argument
447 for (tc_vector::iterator iter = m_tcs.begin(); in ~tp()
542 tp::tc_vector
546 for (tc_vector::iterator iter = m_tcs.begin(); in init_tcs()
[all …]