Home
last modified time | relevance | path

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

/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h671 void AddTestInfo(internal::SetUpTestSuiteFunc set_up_tc, in AddTestInfo() function in testing::internal::UnitTestImpl
680 // AddTestInfo(), which is called to register a TEST or TEST_F in AddTestInfo()
691 ->AddTestInfo(test_info); in AddTestInfo()
H A Dgtest.cc2781 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2972 void TestSuite::AddTestInfo(TestInfo* test_info) {
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h672 void AddTestInfo(internal::SetUpTestSuiteFunc set_up_tc, in AddTestInfo() function in testing::internal::UnitTestImpl
681 // AddTestInfo(), which is called to register a TEST or TEST_F in AddTestInfo()
692 ->AddTestInfo(test_info); in AddTestInfo()
H A Dgtest.cc2771 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2962 void TestSuite::AddTestInfo(TestInfo* test_info) {
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h673 void AddTestInfo(internal::SetUpTestSuiteFunc set_up_tc, in AddTestInfo() function in testing::internal::UnitTestImpl
681 // AddTestInfo(), which is called to register a TEST or TEST_F in AddTestInfo()
691 ->AddTestInfo(test_info); in AddTestInfo()
H A Dgtest.cc2589 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info); in MakeAndRegisterTestInfo()
2789 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo() function in testing::TestSuite
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h782 void AddTestInfo(TestInfo* test_info);
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h774 void AddTestInfo(TestInfo* test_info);
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h930 void AddTestInfo(TestInfo * test_info);

Completed in 39 milliseconds