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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 76 value = type_equals_<int, int>::value;
80 value = type_equals_<float, int>::value;
85 value = type_equals_<const foo, const int>::value;
122 (type_equals_<GOOGLE_NAMESPACE::identity_<int>::type, int>::value));
124 (type_equals_<GOOGLE_NAMESPACE::identity_<void>::type, void>::value));
template_util.h 108 // type_equals_ is a template type comparator, similar to Loki IsSameType.
109 // type_equals_<A, B>::value is true iff "A" is the same type as "B".
114 struct type_equals_ : public false_ { struct in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ { struct in namespace:google::protobuf::internal
  /external/chromium_org/third_party/cld/base/
template_util.h 71 // type_equals_ is a template type comparator, similar to Loki IsSameType.
72 // type_equals_<A, B>::value is true iff "A" is the same type as "B".
74 struct type_equals_ : public false_ { struct in namespace:base
78 struct type_equals_<A, A> : public true_ { struct in namespace:base

Completed in 1762 milliseconds