/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
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
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
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
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
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
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
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
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
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
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
|