Searched defs:GetTestTypeId (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc599 // from user test code. GetTestTypeId() is guaranteed to always
602 TypeId GetTestTypeId() { function in namespace:testing::internal
606 // The value of GetTestTypeId() as seen from within the Google Test
607 // library. This is solely for testing GetTestTypeId().
608 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2245 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
2247 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc591 // from user test code. GetTestTypeId() is guaranteed to always
594 TypeId GetTestTypeId() { function in namespace:testing::internal
598 // The value of GetTestTypeId() as seen from within the Google Test
599 // library. This is solely for testing GetTestTypeId().
600 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1967 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
/external/gtest/src/
H A Dgtest.cc595 // from user test code. GetTestTypeId() is guaranteed to always
598 TypeId GetTestTypeId() { function in namespace:testing::internal
602 // The value of GetTestTypeId() as seen from within the Google Test
603 // library. This is solely for testing GetTestTypeId().
604 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1961 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1963 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc591 // from user test code. GetTestTypeId() is guaranteed to always
594 TypeId GetTestTypeId() { function in namespace:testing::internal
598 // The value of GetTestTypeId() as seen from within the Google Test
599 // library. This is solely for testing GetTestTypeId().
600 const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1967 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
/external/mesa3d/src/gtest/src/
H A Dgtest.cc591 // from user test code. GetTestTypeId() is guaranteed to always
594 TypeId GetTestTypeId() { function in namespace:testing::internal
598 // The value of GetTestTypeId() as seen from within the Google Test
599 // library. This is solely for testing GetTestTypeId().
600 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1967 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
/external/protobuf/gtest/src/
H A Dgtest.cc559 // from user test code. GetTestTypeId() is guaranteed to always
562 TypeId GetTestTypeId() { function in namespace:testing::internal
566 // The value of GetTestTypeId() as seen from within the Google Test
567 // library. This is solely for testing GetTestTypeId().
568 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1980 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1982 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
/external/chromium_org/third_party/libvpx/source/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();
/external/libvpx/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();

Completed in 3182 milliseconds