Home
last modified time | relevance | path

Searched refs:is_proto_enum (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_enum_util.h51 struct is_proto_enum : ::std::false_type {}; struct
Dreflection.h507 T, typename std::enable_if<is_proto_enum<T>::value>::type> {
Dtype.pb.h2586 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::Field_Kind> : ::std::true_type {};
2591 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::Field_Cardinality> : ::std::true_type {};
2596 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::Syntax> : ::std::true_type {};
Dstruct.pb.h1162 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::NullValue> : ::std::true_type {};
Dmap.h74 struct is_proto_enum;
Ddescriptor.pb.h12917 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type> : ::std::true_t…
12922 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label> : ::std::true_…
12927 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::FileOptions_OptimizeMode> : ::std::true_ty…
12932 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldOptions_CType> : ::std::true_type {};
12937 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType> : ::std::true_type {};
12942 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel> : ::std::t…
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1118 EXPECT_TRUE(is_proto_enum<UNITTEST::TestAllTypes::NestedEnum>::value);
1119 EXPECT_TRUE(is_proto_enum<UNITTEST::ForeignEnum>::value);
1120 EXPECT_TRUE(is_proto_enum<UNITTEST::TestEnumWithDupValue>::value);
1121 EXPECT_TRUE(is_proto_enum<UNITTEST::TestSparseEnum>::value);
1123 EXPECT_FALSE(is_proto_enum<int>::value);
1124 EXPECT_FALSE(is_proto_enum<NonProtoEnum>::value);
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.pb.h770 template <> struct is_proto_enum< ::i18n::phonenumbers::PhoneNumber_CountryCodeSource> : ::std::tru…
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h1787 template <> struct is_proto_enum< PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_Feature> :…