HomeSort by relevance Sort by last modified time
    Searched refs:GetTestTypeId (Results 1 - 18 of 18) sorted by null

  /external/valgrind/unittest/
gtest_fixture_injection.h 54 ::RacecheckFixture, ::testing::internal::GetTestTypeId())
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 521 TypeId GetTestTypeId();
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 499 GTEST_API_ TypeId GetTestTypeId();
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 505 GTEST_API_ TypeId GetTestTypeId();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 525 GTEST_API_ TypeId GetTestTypeId();
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 591 // from user test code. GetTestTypeId() is guaranteed to always
594 TypeId GetTestTypeId() {
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();
    [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/src/
gtest.cc 591 // from user test code. GetTestTypeId() is guaranteed to always
594 TypeId GetTestTypeId() {
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();
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 591 // from user test code. GetTestTypeId() is guaranteed to always
594 TypeId GetTestTypeId() {
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();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/src/
gtest.cc 559 // from user test code. GetTestTypeId() is guaranteed to always
562 TypeId GetTestTypeId() {
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();
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 165 using testing::internal::GetTestTypeId;
277 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
278 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
279 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
283 // Verifies that GetTestTypeId() returns the same value, no matter it
286 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId());
    [all...]
  /external/gtest/test/
gtest_unittest.cc 165 using testing::internal::GetTestTypeId;
277 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
278 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
279 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
283 // Verifies that GetTestTypeId() returns the same value, no matter it
286 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId());
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 162 using testing::internal::GetTestTypeId;
254 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
255 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
256 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
260 // Verifies that GetTestTypeId() returns the same value, no matter it
263 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId());
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 477 // The value of GetTestTypeId() as seen from within the Google Test
478 // library. This is solely for testing GetTestTypeId().
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 785 milliseconds