Searched defs:GetTypeId (Results 1 - 3 of 3) 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>(),

Completed in 87 milliseconds