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

12

/external/chromium_org/content/public/test/
H A Dbrowser_test.h46 ::testing::internal::GetTypeId<test_fixture>())
/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/chromium_org/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.h402 // GetTypeId<T>() returns the ID of type T. Different values will be
406 TypeId GetTypeId() { function in namespace:testing::internal
415 // of GetTypeId< ::testing::Test>() to get the type ID of
575 GetTypeId<FixtureClass>(),
/external/chromium_org/third_party/mesa/src/src/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/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.h516 // GetTypeId<T>() returns the ID of type T. Different values will be
520 TypeId GetTypeId() { function in namespace:testing::internal
529 // of GetTypeId< ::testing::Test>() to get the type ID of
688 GetTypeId<FixtureClass>(),
/external/mesa3d/src/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/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-param-util.h479 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
598 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h506 // GetTypeId<T>() returns the ID of type T. Different values will be
510 TypeId GetTypeId() { function in namespace:testing::internal
519 // of GetTypeId< ::testing::Test>() to get the type ID of
689 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/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc245 using testing::internal::GetTypeId;
343 // Tests GetTypeId.
346 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
347 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
354 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
355 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/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h2169 // Note that we call GetTestTypeId() instead of GetTypeId<
2172 // a framework on Mac OS X. The bug causes GetTypeId<
2176 // value, as it always calls GetTypeId<>() from the Google Test
2216 ::testing::internal::GetTypeId<test_fixture>())
/external/chromium_org/third_party/mesa/src/src/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>())

Completed in 209 milliseconds

12