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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h631 // set_up_tc: pointer to the function that sets up the test case
635 Test::SetUpTestCaseFunc set_up_tc,
642 // set_up_tc: pointer to the function that sets up the test case
645 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
663 set_up_tc,
H A Dgtest.cc2538 // set_up_tc: pointer to the function that sets up the test case
2550 SetUpTestCaseFunc set_up_tc,
2556 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2718 // set_up_tc: pointer to the function that sets up the test case
2721 Test::SetUpTestCaseFunc set_up_tc,
2725 set_up_tc_(set_up_tc),
4500 // set_up_tc: pointer to the function that sets up the test case
4504 Test::SetUpTestCaseFunc set_up_tc,
4516 new TestCase(test_case_name, type_param, set_up_tc, tear_down_tc);
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2720 TestCase(const char* a_name, const char* a_type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
4502 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h722 Test::SetUpTestCaseFunc set_up_tc,
790 // set_up_tc: pointer to the function that sets up the test case
793 Test::SetUpTestCaseFunc set_up_tc,
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h524 // set_up_tc: pointer to the function that sets up the test case
536 SetUpTestCaseFunc set_up_tc,

Completed in 28 milliseconds