HomeSort by relevance Sort by last modified time
    Searched defs:type_equals (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 343 // 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h 343 // 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/
gmock-internal-utils.h 359 // type_equals<T1, T2>::value is non-zero iff T1 and T2 are the same type.
360 template <typename T1, typename T2> struct type_equals : public false_type {}; struct in namespace:testing::internal
361 template <typename T> struct type_equals<T, T> : public true_type {}; struct in namespace:testing::internal
  /external/mesa3d/src/gallium/state_trackers/clover/util/
functional.hpp 390 type_equals(T x) { function in namespace:clover

Completed in 233 milliseconds