Searched defs:GetTypeId (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/gtest/include/gtest/internal/
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/include/gtest/internal/
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-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-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-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-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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7373 // GetTypeId<T>() returns the ID of type T. Different values will be
7377 TypeId GetTypeId() { function in namespace:testing::internal
7386 // of GetTypeId< ::testing::Test>() to get the type ID of
7546 GetTypeId<FixtureClass>(),
10458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
10576 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
19996 // Note that we call GetTestTypeId() instead of GetTypeId<
19999 // a framework on Mac OS X. The bug causes GetTypeId<
20003 // value, as it always calls GetTypeId<>() from the Google Test
20043 ::testing::internal::GetTypeId<test_fixtur
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7373 // GetTypeId<T>() returns the ID of type T. Different values will be
7377 TypeId GetTypeId() { function in namespace:testing::internal
7386 // of GetTypeId< ::testing::Test>() to get the type ID of
7546 GetTypeId<FixtureClass>(),
10458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
10576 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
19996 // Note that we call GetTestTypeId() instead of GetTypeId<
19999 // a framework on Mac OS X. The bug causes GetTypeId<
20003 // value, as it always calls GetTypeId<>() from the Google Test
20043 ::testing::internal::GetTypeId<test_fixtur
[all...]

Completed in 215 milliseconds