Home
last modified time | relevance | path

Searched refs:EnumValueDescriptorProto (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs41 private readonly EnumValueDescriptorProto proto;
43 internal EnumValueDescriptor(EnumValueDescriptorProto proto, FileDescriptor file, in EnumValueDescriptor()
53 internal EnumValueDescriptorProto Proto { get { return proto; } }
DDescriptor.cs153 …obal::Google.Protobuf.Reflection.EnumValueDescriptorProto), global::Google.Protobuf.Reflection.Enu… in DescriptorReflection()
2008 …atic readonly pb::FieldCodec<global::Google.Protobuf.Reflection.EnumValueDescriptorProto> _repeate…
2009 …= pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.EnumValueDescriptorProto.Parser…
2010 …otobuf.Reflection.EnumValueDescriptorProto> value_ = new pbc::RepeatedField<global::Google.Protobu…
2012 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumValueDescriptorProto> Value {
2135 internal sealed partial class EnumValueDescriptorProto : pb::IMessage<EnumValueDescriptorProto> { class
2136 …b::MessageParser<EnumValueDescriptorProto> _parser = new pb::MessageParser<EnumValueDescriptorProt…
2138 public static pb::MessageParser<EnumValueDescriptorProto> Parser { get { return _parser; } }
2151 public EnumValueDescriptorProto() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
2158 public EnumValueDescriptorProto(EnumValueDescriptorProto other) : this() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnumDescriptor.java116 …DescriptorProtos.EnumValueDescriptorProto.Builder valueBuilder = DescriptorProtos.EnumValueDescrip… in addValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h46 class EnumValueDescriptorProto; variable
1444 const ::google::protobuf::EnumValueDescriptorProto& value(int index) const;
1445 ::google::protobuf::EnumValueDescriptorProto* mutable_value(int index);
1446 ::google::protobuf::EnumValueDescriptorProto* add_value();
1447 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >*
1449 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >&
1472 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto > value_;
1483 class LIBPROTOBUF_EXPORT EnumValueDescriptorProto : public ::google::protobuf::Message /* @@protoc_…
1485 EnumValueDescriptorProto();
1486 virtual ~EnumValueDescriptorProto();
[all …]
Ddescriptor.pb.cc274 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
275 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, number_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
276 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
281 EnumValueDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
283 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
286 sizeof(EnumValueDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
287 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
612 EnumValueDescriptorProto_descriptor_, &EnumValueDescriptorProto::default_instance()); in protobuf_RegisterTypes()
666 delete EnumValueDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
853 EnumValueDescriptorProto::default_instance_ = new EnumValueDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.h91 class EnumValueDescriptorProto; variable
949 void CopyTo(EnumValueDescriptorProto* proto) const;
Ddescriptor.cc1916 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { in CopyTo()
2986 void BuildEnumValue(const EnumValueDescriptorProto& proto,
3011 const EnumValueDescriptorProto& proto);
3161 const EnumValueDescriptorProto& proto);
4582 void DescriptorBuilder::BuildEnumValue(const EnumValueDescriptorProto& proto, in BuildEnumValue()
5042 const EnumValueDescriptorProto& /* proto */) { in CrossLinkEnumValue() argument
5375 const EnumValueDescriptorProto& /* proto */) { in ValidateEnumValueOptions() argument
Ddescriptor.proto213 repeated EnumValueDescriptorProto value = 2;
219 message EnumValueDescriptorProto { message
Ddescriptor_unittest.cc156 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, in AddEnumValue()
158 EnumValueDescriptorProto* result = enum_proto->add_value(); in AddEnumValue()
5476 EnumValueDescriptorProto* enum_value_proto = enum_proto->add_value(); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h395 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
401 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
Dparser.cc493 const EnumValueDescriptorProto enum_value = proto->value(i); in ValidateEnum()
1740 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value, in ParseEnumConstant()
1746 EnumValueDescriptorProto::kNameFieldNumber); in ParseEnumConstant()
1758 enum_value_location, EnumValueDescriptorProto::kNumberFieldNumber); in ParseEnumConstant()
1776 EnumValueDescriptorProto* value, in ParseEnumConstantOptions()
1782 enum_value_location, EnumValueDescriptorProto::kOptionsFieldNumber); in ParseEnumConstantOptions()
Dparser_unittest.cc2620 const EnumValueDescriptorProto& bar = file_.enum_type(0).value(0); in TEST_F()
2621 const EnumValueDescriptorProto& baz = file_.enum_type(0).value(1); in TEST_F()
2911 const EnumValueDescriptorProto& value = file_.enum_type(0).value(0); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1725 public EnumValueDescriptorProto toProto() { in toProto()
1768 private EnumValueDescriptorProto proto;
1773 private EnumValueDescriptor(final EnumValueDescriptorProto proto, in EnumValueDescriptor()
1796 EnumValueDescriptorProto proto = EnumValueDescriptorProto in EnumValueDescriptor()
1809 private void setProto(final EnumValueDescriptorProto proto) { in setProto()
/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp27 const EnumValueDescriptorProto& value = enu.value(i); in write_enum()
/frameworks/base/tools/streaming_proto/java/
Dmain.cpp81 const EnumValueDescriptorProto& value = enu.value(i); in write_enum()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java35 import com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto;
693 .addValue(EnumValueDescriptorProto.newBuilder() in testComplexNamespacePublicDependency()
787 .addValue(EnumValueDescriptorProto.newBuilder() in testPackedEnumField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java36 import com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto;
609 .addValue(EnumValueDescriptorProto.newBuilder() in testComplexNamespacePublicDependency()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto174 repeated EnumValueDescriptorProto value = 2;
180 message EnumValueDescriptorProto { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto174 repeated EnumValueDescriptorProto value = 2;
180 message EnumValueDescriptorProto { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h7035 class EnumValueDescriptorProto : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7037 EnumValueDescriptorProto(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7042 static EnumValueDescriptorProto get() {
7044 return EnumValueDescriptorProto(m, &m);
Dupb.c7054 upb_handlers_setstring(h, F(EnumValueDescriptorProto, name), &enumval_onname, NULL); in reghandlers()
7055 upb_handlers_setint32(h, F(EnumValueDescriptorProto, number), &enumval_onnumber, in reghandlers()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h6818 namespace EnumValueDescriptorProto {
Dupb.c6393 } else if (m == D(EnumValueDescriptorProto)) { in reghandlers()