HomeSort by relevance Sort by last modified time
    Searched refs:KindOf (Results 1 - 2 of 2) sorted by null

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

Completed in 81 milliseconds