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

/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp194 struct test_exec_data : public exec_data { struct in namespace:__anon967
222 test_exec_data(const model::test_program_ptr test_program_, function in struct:__anon967::test_exec_data
237 /// Instances of this object are related to a previous test_exec_data, as
809 /// Collection of test_exec_data objects.
810 typedef std::vector< const test_exec_data* > test_exec_data_vector;
827 const test_exec_data* test_data = *iter;
842 /// \return The collection of test_exec_data objects that have their
854 test_exec_data* test_data = &dynamic_cast< test_exec_data& >(
873 sync_cleanup(const test_exec_data* test_dat
[all...]

Completed in 92 milliseconds