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

  /external/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

Completed in 93 milliseconds