Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/kyua/engine/
H A Dscheduler.cpp823 const test_exec_data_vector tests_data = tests_needing_cleanup(); in ~impl() local
825 for (test_exec_data_vector::const_iterator iter = tests_data.begin(); in ~impl()
826 iter != tests_data.end(); ++iter) { in ~impl()
847 test_exec_data_vector tests_data; in tests_needing_cleanup() local
857 tests_data.push_back(test_data); in tests_needing_cleanup()
865 return tests_data; in tests_needing_cleanup()