Searched refs:KindOf (Results 1 - 4 of 4) 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)
/external/googletest/googlemock/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)
/external/v8/testing/gmock/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)
/external/fmtlib/test/gmock/
H A Dgmock.h588 // KindOf<T>::value is the kind of type T.
589 template <typename T> struct KindOf { struct in namespace:testing::internal
595 template <> struct KindOf<type> { enum { value = kind }; }
628 ::testing::internal::KindOf<type>::value)

Completed in 1144 milliseconds