Searched defs:GetTypeId (Results 1 - 5 of 5) 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/gtest/include/gtest/internal/
H A Dgtest-internal.h505 // GetTypeId<T>() returns the ID of type T. Different values will be
509 TypeId GetTypeId() { function in namespace:testing::internal
518 // of GetTypeId< ::testing::Test>() to get the type ID of
683 GetTypeId<FixtureClass>(),
/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/testing/gtest/include/gtest/internal/
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/llvm/utils/unittest/googletest/include/gtest/internal/
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>(),

Completed in 271 milliseconds