Searched refs:KindOf (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h130 // KindOf<T>::value is the kind of type T.
131 template <typename T> struct KindOf { struct in namespace:testing::internal
137 template <> struct KindOf<type> { enum { value = kind }; }
170 ::testing::internal::KindOf<type>::value)

Completed in 549 milliseconds