Lines Matching defs:impl
527 struct engine::scheduler::lazy_test_program::impl : utils::noncopyable { struct in engine::scheduler::lazy_test_program
529 bool _loaded;
532 config::tree _user_config;
535 scheduler::scheduler_handle& _scheduler_handle;
543 impl(const config::tree& user_config_, in impl() function
728 struct engine::scheduler::test_result_handle::impl : utils::noncopyable { struct in engine::scheduler::test_result_handle
730 model::test_program_ptr test_program;
733 std::string test_case_name;
736 const model::test_result test_result;
743 impl(const model::test_program_ptr test_program_, in impl() argument
802 struct engine::scheduler::scheduler_handle::impl : utils::noncopyable { struct in engine::scheduler::scheduler_handle
804 executor::executor_handle generic;
807 exec_data_map all_exec_data;
810 typedef std::vector< const test_exec_data* > test_exec_data_vector;
813 impl(void) : generic(executor::setup()) in impl() function
821 ~impl(void) in ~impl()
845 tests_needing_cleanup(void) in tests_needing_cleanup()
873 sync_cleanup(const test_exec_data* test_data) in sync_cleanup()
900 spawn_cleanup(const model::test_program_ptr test_program, in spawn_cleanup()