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

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h669 void AddTestInfo(TestInfo * test_info);
960 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
965 tear_down_tc)->AddTestInfo(test_info);
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h626 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
634 // AddTestInfo(), which is called to register a TEST or TEST_F
645 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2240 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2424 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/gtest/src/
H A Dgtest-internal-inl.h633 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
641 // AddTestInfo(), which is called to register a TEST or TEST_F
652 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2240 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2424 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h632 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
640 // AddTestInfo(), which is called to register a TEST or TEST_F
651 tear_down_tc)->AddTestInfo(test_info);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h870 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
878 // AddTestInfo(), which is called to register a TEST or TEST_F
889 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2141 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2376 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h824 void AddTestInfo(TestInfo * test_info);
/external/gtest/include/gtest/
H A Dgtest.h824 void AddTestInfo(TestInfo * test_info);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h824 void AddTestInfo(TestInfo * test_info);
/external/protobuf/gtest/include/gtest/
H A Dgtest.h687 void AddTestInfo(TestInfo * test_info);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1886 internal::GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2075 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2240 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2395 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase

Completed in 124 milliseconds