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

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp408 typedef std::vector< impl::tc * > tc_vector; typedef in namespace:__anon327
453 init_tcs(void (*add_tcs)(tc_vector&), tc_vector& tcs,
457 for (tc_vector::iterator iter = tcs.begin(); iter != tcs.end(); iter++) {
465 list_tcs(const tc_vector& tcs)
469 for (tc_vector::const_iterator iter = tcs.begin();
493 find_tc(tc_vector tcs, const std::string& name)
496 for (tc_vector::iterator iter = tcs.begin();
527 run_tc(tc_vector& tcs, const std::string& tcarg, const atf::fs::path& resfile)
557 safe_main(int argc, char** argv, void (*add_tcs)(tc_vector
[all...]

Completed in 1084 milliseconds