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

12

  /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...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/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/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/chromium_org/testing/gtest/test/
gtest_unittest.cc 168 using testing::internal::GetTestTypeId;
281 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
282 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
283 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
287 // Verifies that GetTestTypeId() returns the same value, no matter it
290 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...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 257 using testing::internal::GetTestTypeId;
370 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
371 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
372 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
376 // Verifies that GetTestTypeId() returns the same value, no matter it
379 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId());
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 485 // The value of GetTestTypeId() as seen from within the Google Test
486 // library. This is solely for testing GetTestTypeId().
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 693 milliseconds

12