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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp393 typedef std::vector< impl::tc * > tc_vector; typedef in class:tp
409 void (*m_add_tcs)(tc_vector&);
410 tc_vector m_tcs;
415 tc_vector init_tcs(void);
423 impl::tc* find_tc(tc_vector, const std::string&);
428 tp(void (*)(tc_vector&));
437 tp::tp(void (*add_tcs)(tc_vector&)) :
448 for (tc_vector::iterator iter = m_tcs.begin();
543 tp::tc_vector
547 for (tc_vector
[all...]

Completed in 1113 milliseconds