Searched refs:GetTestTypeId (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc485 // The value of GetTestTypeId() as seen from within the Google Test
486 // library. This is solely for testing GetTestTypeId().
2079 // from user test code. GetTestTypeId() is guaranteed to always
2082 TypeId GetTestTypeId() { function in namespace:testing::internal
2086 // The value of GetTestTypeId() as seen from within the Google Test
2087 // library. This is solely for testing GetTestTypeId().
2088 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
3445 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
3447 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7390 GTEST_API_ TypeId GetTestTypeId();
19996 // Note that we call GetTestTypeId() instead of GetTypeId<
20002 // code. GetTestTypeId() is guaranteed to always return the same
20007 ::testing::Test, ::testing::internal::GetTestTypeId())

Completed in 64 milliseconds