Searched refs:GetTypeId (Results 1 - 21 of 21) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h475 // GetTypeId<T>() returns the ID of type T. Different values will be
479 inline TypeId GetTypeId() { function in namespace:testing::internal
539 ::testing::internal::GetTypeId< parent_class >(), \
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h482 // GetTypeId<T>() returns the ID of type T. Different values will be
486 TypeId GetTypeId() { function in namespace:testing::internal
495 // of GetTypeId< ::testing::Test>() to get the type ID of
654 GetTypeId<FixtureClass>(),
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() { function in namespace:testing::internal
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h508 // GetTypeId<T>() returns the ID of type T. Different values will be
512 TypeId GetTypeId() { function in namespace:testing::internal
521 // of GetTypeId< ::testing::Test>() to get the type ID of
680 GetTypeId<FixtureClass>(),
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h477 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
596 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h504 // GetTypeId<T>() returns the ID of type T. Different values will be
508 TypeId GetTypeId() { function in namespace:testing::internal
517 // of GetTypeId< ::testing::Test>() to get the type ID of
682 GetTypeId<FixtureClass>(),
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc166 using testing::internal::GetTypeId;
264 // Tests GetTypeId.
267 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
268 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
275 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
276 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc166 using testing::internal::GetTypeId;
264 // Tests GetTypeId.
267 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
268 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
275 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
276 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc163 using testing::internal::GetTypeId;
241 // Tests GetTypeId.
244 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
245 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
252 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
253 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h2095 // Note that we call GetTestTypeId() instead of GetTypeId<
2098 // a framework on Mac OS X. The bug causes GetTypeId<
2102 // value, as it always calls GetTypeId<>() from the Google Test
2142 ::testing::internal::GetTypeId<test_fixture>())
/external/gtest/include/gtest/
H A Dgtest.h2095 // Note that we call GetTestTypeId() instead of GetTypeId<
2098 // a framework on Mac OS X. The bug causes GetTypeId<
2102 // value, as it always calls GetTypeId<>() from the Google Test
2142 ::testing::internal::GetTypeId<test_fixture>())
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2097 // Note that we call GetTestTypeId() instead of GetTypeId<
2100 // a framework on Mac OS X. The bug causes GetTypeId<
2104 // value, as it always calls GetTypeId<>() from the Google Test
2144 ::testing::internal::GetTypeId<test_fixture>())
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1903 // Note that we call GetTestTypeId() instead of GetTypeId<
1906 // a framework on Mac OS X. The bug causes GetTypeId<
1910 // value, as it always calls GetTypeId<>() from the Google Test
1945 ::testing::internal::GetTypeId<test_fixture>())
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1745 const bool first_is_TEST = first_fixture_id == internal::GetTypeId<Test>();
1747 const bool this_is_TEST = this_fixture_id == internal::GetTypeId<Test>();
/external/chromium/testing/gtest/src/
H A Dgtest.cc586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
589 // GetTypeId< ::testing::Test>() to return different values depending
592 // return the same value, as it always calls GetTypeId<>() from the
595 return GetTypeId<Test>();
/external/gtest/src/
H A Dgtest.cc586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
589 // GetTypeId< ::testing::Test>() to return different values depending
592 // return the same value, as it always calls GetTypeId<>() from the
595 return GetTypeId<Test>();
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
589 // GetTypeId< ::testing::Test>() to return different values depending
592 // return the same value, as it always calls GetTypeId<>() from the
595 return GetTypeId<Test>();
/external/protobuf/gtest/src/
H A Dgtest.cc554 // instead of GetTypeId< ::testing::Test>() to get the type ID of
557 // GetTypeId< ::testing::Test>() to return different values depending
560 // return the same value, as it always calls GetTypeId<>() from the
563 return GetTypeId<Test>();

Completed in 629 milliseconds