Searched defs:set_up_tc (Results 1 - 2 of 2) sorted by relevance

/external/gtest/src/
H A Dgtest-internal-inl.h689 // set_up_tc: pointer to the function that sets up the test case
692 Test::SetUpTestCaseFunc set_up_tc,
1068 // set_up_tc: pointer to the function that sets up the test case
1072 Test::SetUpTestCaseFunc set_up_tc,
1079 // set_up_tc: pointer to the function that sets up the test case
1082 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
1102 set_up_tc,
H A Dgtest.cc2121 // set_up_tc: pointer to the function that sets up the test case
2130 SetUpTestCaseFunc set_up_tc,
2136 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2343 // set_up_tc: pointer to the function that sets up the test case
2346 Test::SetUpTestCaseFunc set_up_tc,
2350 set_up_tc_(set_up_tc),
3545 // set_up_tc: pointer to the function that sets up the test case
3549 Test::SetUpTestCaseFunc set_up_tc,
3558 new TestCase(test_case_name, comment, set_up_tc, tear_down_tc);
2126 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* test_case_comment, const char* comment, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2345 TestCase(const char* name, const char* comment, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
3547 GetTestCase(const char* test_case_name, const char* comment, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument

Completed in 30 milliseconds