/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | EnumValueDescriptor.cs | 41 private readonly EnumValueDescriptorProto proto; 43 internal EnumValueDescriptor(EnumValueDescriptorProto proto, FileDescriptor file, in EnumValueDescriptor() 53 internal EnumValueDescriptorProto Proto { get { return proto; } }
|
D | Descriptor.cs | 151 …obal::Google.Protobuf.Reflection.EnumValueDescriptorProto), global::Google.Protobuf.Reflection.Enu… in DescriptorReflection() 1836 …atic readonly pb::FieldCodec<global::Google.Protobuf.Reflection.EnumValueDescriptorProto> _repeate… 1837 …= pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.EnumValueDescriptorProto.Parser… 1838 …otobuf.Reflection.EnumValueDescriptorProto> value_ = new pbc::RepeatedField<global::Google.Protobu… 1839 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumValueDescriptorProto> Value { 1954 internal sealed partial class EnumValueDescriptorProto : pb::IMessage<EnumValueDescriptorProto> { class 1955 …b::MessageParser<EnumValueDescriptorProto> _parser = new pb::MessageParser<EnumValueDescriptorProt… 1956 public static pb::MessageParser<EnumValueDescriptorProto> Parser { get { return _parser; } } 1966 public EnumValueDescriptorProto() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto 1972 public EnumValueDescriptorProto(EnumValueDescriptorProto other) : this() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto [all …]
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyEnumDescriptor.java | 116 …DescriptorProtos.EnumValueDescriptorProto.Builder valueBuilder = DescriptorProtos.EnumValueDescrip… in addValue()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 46 class EnumValueDescriptorProto; variable 1399 const ::google::protobuf::EnumValueDescriptorProto& value(int index) const; 1400 ::google::protobuf::EnumValueDescriptorProto* mutable_value(int index); 1401 ::google::protobuf::EnumValueDescriptorProto* add_value(); 1402 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >* 1404 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >& 1427 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto > value_; 1438 class LIBPROTOBUF_EXPORT EnumValueDescriptorProto : public ::google::protobuf::Message { 1440 EnumValueDescriptorProto(); 1441 virtual ~EnumValueDescriptorProto(); [all …]
|
D | descriptor.pb.cc | 269 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 270 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, number_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 271 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 276 EnumValueDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 278 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 281 sizeof(EnumValueDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 282 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 591 EnumValueDescriptorProto_descriptor_, &EnumValueDescriptorProto::default_instance()); in protobuf_RegisterTypes() 643 delete EnumValueDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 823 EnumValueDescriptorProto::default_instance_ = new EnumValueDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.h | 92 class EnumValueDescriptorProto; variable 943 void CopyTo(EnumValueDescriptorProto* proto) const;
|
D | descriptor.cc | 1913 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { in CopyTo() 2980 void BuildEnumValue(const EnumValueDescriptorProto& proto, 3005 const EnumValueDescriptorProto& proto); 3155 const EnumValueDescriptorProto& proto); 4569 void DescriptorBuilder::BuildEnumValue(const EnumValueDescriptorProto& proto, in BuildEnumValue() 5025 const EnumValueDescriptorProto& /* proto */) { in CrossLinkEnumValue() argument 5356 const EnumValueDescriptorProto& /* proto */) { in ValidateEnumValueOptions() argument
|
D | descriptor.proto | 211 repeated EnumValueDescriptorProto value = 2; 217 message EnumValueDescriptorProto { message
|
D | descriptor_unittest.cc | 157 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, in AddEnumValue() 159 EnumValueDescriptorProto* result = enum_proto->add_value(); in AddEnumValue() 5474 EnumValueDescriptorProto* enum_value_proto = enum_proto->add_value(); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 395 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value, 401 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
|
D | parser.cc | 493 const EnumValueDescriptorProto enum_value = proto->value(i); in ValidateEnum() 1730 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value, in ParseEnumConstant() 1736 EnumValueDescriptorProto::kNameFieldNumber); in ParseEnumConstant() 1748 enum_value_location, EnumValueDescriptorProto::kNumberFieldNumber); in ParseEnumConstant() 1766 EnumValueDescriptorProto* value, in ParseEnumConstantOptions() 1772 enum_value_location, EnumValueDescriptorProto::kOptionsFieldNumber); in ParseEnumConstantOptions()
|
D | parser_unittest.cc | 2620 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()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1721 public EnumValueDescriptorProto toProto() { in toProto() 1764 private EnumValueDescriptorProto proto; 1769 private EnumValueDescriptor(final EnumValueDescriptorProto proto, in EnumValueDescriptor() 1792 EnumValueDescriptorProto proto = EnumValueDescriptorProto in EnumValueDescriptor() 1805 private void setProto(final EnumValueDescriptorProto proto) { in setProto()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 35 import com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto; 685 .addValue(EnumValueDescriptorProto.newBuilder() in testComplexNamespacePublicDependency() 779 .addValue(EnumValueDescriptorProto.newBuilder() in testPackedEnumField()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 174 repeated EnumValueDescriptorProto value = 2; 180 message EnumValueDescriptorProto { message
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor_pb2.py | 1261 class EnumValueDescriptorProto(_message.Message): class
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 7035 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);
|
D | upb.c | 7054 upb_handlers_setstring(h, F(EnumValueDescriptorProto, name), &enumval_onname, NULL); in reghandlers() 7055 upb_handlers_setint32(h, F(EnumValueDescriptorProto, number), &enumval_onnumber, in reghandlers()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6818 namespace EnumValueDescriptorProto {
|
D | upb.c | 6393 } else if (m == D(EnumValueDescriptorProto)) { in reghandlers()
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |