Searched defs:type_equals (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h343 // type_equals<T1, T2>::value is non-zero iff T1 and T2 are the same type.
344 template <typename T1, typename T2> struct type_equals : public false_type {}; struct in namespace:testing::internal
345 template <typename T> struct type_equals<T, T> : public true_type {}; struct in namespace:testing::internal
/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h343 // type_equals<T1, T2>::value is non-zero iff T1 and T2 are the same type.
344 template <typename T1, typename T2> struct type_equals : public false_type {}; struct in namespace:testing::internal
345 template <typename T> struct type_equals<T, T> : public true_type {}; struct in namespace:testing::internal
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h343 // type_equals<T1, T2>::value is non-zero iff T1 and T2 are the same type.
344 template <typename T1, typename T2> struct type_equals : public false_type {}; struct in namespace:testing::internal
345 template <typename T> struct type_equals<T, T> : public true_type {}; struct in namespace:testing::internal
/external/fmtlib/test/gmock/
H A Dgmock.h801 // type_equals<T1, T2>::value is non-zero iff T1 and T2 are the same type.
802 template <typename T1, typename T2> struct type_equals : public false_type {}; struct in namespace:testing::internal
803 template <typename T> struct type_equals<T, T> : public true_type {}; struct in namespace:testing::internal
10148 *os << (internal::type_equals<Result, void>::value ?

Completed in 221 milliseconds