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

12

/external/chromium_org/content/public/test/
H A Dbrowser_test.h46 ::testing::internal::GetTypeId<test_fixture>())
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_browsertest.cc172 testing::internal::GetTypeId<SupervisedUserTransactionCleanupTest>()) {
/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.h445 // GetTypeId<T>() returns the ID of type T. Different values will be
449 TypeId GetTypeId() { function in namespace:testing::internal
458 // of GetTypeId< ::testing::Test>() to get the type ID of
618 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.h413 // GetTypeId<T>() returns the ID of type T. Different values will be
417 TypeId GetTypeId() { function in namespace:testing::internal
426 // of GetTypeId< ::testing::Test>() to get the type ID of
586 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.h517 // GetTypeId<T>() returns the ID of type T. Different values will be
521 TypeId GetTypeId() { function in namespace:testing::internal
530 // of GetTypeId< ::testing::Test>() to get the type ID of
689 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/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_org/testing/gtest/test/
H A Dgtest_unittest.cc258 using testing::internal::GetTypeId;
360 // Tests GetTypeId.
363 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
364 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
371 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
372 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc259 using testing::internal::GetTypeId;
357 // Tests GetTypeId.
360 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
361 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
368 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
369 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_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>())
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2098 // Note that we call GetTestTypeId() instead of GetTypeId<
2101 // a framework on Mac OS X. The bug causes GetTypeId<
2105 // value, as it always calls GetTypeId<>() from the Google Test
2145 ::testing::internal::GetTypeId<test_fixture>())
/external/mesa3d/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>())
/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_org/testing/gtest/include/gtest/
H A Dgtest.h2242 // Note that we call GetTestTypeId() instead of GetTypeId<
2245 // a framework on Mac OS X. The bug causes GetTypeId<
2249 // value, as it always calls GetTypeId<>() from the Google Test
2289 ::testing::internal::GetTypeId<test_fixture>())
/external/gtest/include/gtest/
H A Dgtest.h2226 // Note that we call GetTestTypeId() instead of GetTypeId<
2229 // a framework on Mac OS X. The bug causes GetTypeId<
2233 // value, as it always calls GetTypeId<>() from the Google Test
2273 ::testing::internal::GetTypeId<test_fixture>())
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc594 // instead of GetTypeId< ::testing::Test>() to get the type ID of
597 // GetTypeId< ::testing::Test>() to return different values depending
600 // return the same value, as it always calls GetTypeId<>() from the
603 return GetTypeId<Test>();
/external/chromium_org/third_party/mesa/src/src/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>();

Completed in 1963 milliseconds

12