Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_enum_util.h41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {}; struct
Drepeated_field_reflection.h278 T, typename internal::enable_if<is_proto_enum<T>::value>::type> {
Dtype.pb.h1709 template <> struct is_proto_enum< ::google::protobuf::Field_Kind> : ::google::protobuf::internal::t…
1714 template <> struct is_proto_enum< ::google::protobuf::Field_Cardinality> : ::google::protobuf::inte…
1719 template <> struct is_proto_enum< ::google::protobuf::Syntax> : ::google::protobuf::internal::true_…
Dreflection.h540 T, typename internal::enable_if<is_proto_enum<T>::value>::type> {
Dstruct.pb.h757 template <> struct is_proto_enum< ::google::protobuf::NullValue> : ::google::protobuf::internal::tr…
Dmap.h61 template <typename Enum> struct is_proto_enum;
1506 internal::MapValueInitializer<google::protobuf::is_proto_enum<T>::value,
Ddescriptor.pb.h7682 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Type> : ::google::protob…
7687 template <> struct is_proto_enum< ::google::protobuf::FieldDescriptorProto_Label> : ::google::proto…
7692 template <> struct is_proto_enum< ::google::protobuf::FileOptions_OptimizeMode> : ::google::protobu…
7697 template <> struct is_proto_enum< ::google::protobuf::FieldOptions_CType> : ::google::protobuf::int…
7702 template <> struct is_proto_enum< ::google::protobuf::FieldOptions_JSType> : ::google::protobuf::in…
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1108 EXPECT_TRUE(is_proto_enum<unittest::TestAllTypes::NestedEnum>::value); in TEST()
1109 EXPECT_TRUE(is_proto_enum<unittest::ForeignEnum>::value); in TEST()
1110 EXPECT_TRUE(is_proto_enum<unittest::TestEnumWithDupValue>::value); in TEST()
1111 EXPECT_TRUE(is_proto_enum<unittest::TestSparseEnum>::value); in TEST()
1113 EXPECT_FALSE(is_proto_enum<int>::value); in TEST()
1114 EXPECT_FALSE(is_proto_enum<NonProtoEnum>::value); in TEST()