/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/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 978 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"` 1024 func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { 1106 type EnumValueDescriptorProto struct { struct 1115 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} } argument 1116 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) } argument 1117 func (*EnumValueDescriptorProto) ProtoMessage() {} argument 1118 func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { argument 1122 func (m *EnumValueDescriptorProto) XXX_Unmarshal(b []byte) error { argument 1125 func (m *EnumValueDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 1128 func (m *EnumValueDescriptorProto) XXX_Merge(src proto.Message) { argument [all …]
|
D | descriptor.proto | 226 repeated EnumValueDescriptorProto value = 2; 252 message EnumValueDescriptorProto { message
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 944 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"` 989 func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { 1070 type EnumValueDescriptorProto struct { struct 1079 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} } argument 1080 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) } argument 1081 func (*EnumValueDescriptorProto) ProtoMessage() {} argument 1082 func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { argument 1085 func (m *EnumValueDescriptorProto) XXX_Unmarshal(b []byte) error { argument 1088 func (m *EnumValueDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 1091 func (dst *EnumValueDescriptorProto) XXX_Merge(src proto.Message) { argument [all …]
|
D | descriptor.proto | 226 repeated EnumValueDescriptorProto value = 2; 252 message EnumValueDescriptorProto { message
|
/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/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/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/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 168 repeated EnumValueDescriptorProto value = 2; 179 message EnumValueDescriptorProto { message
|
/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/perfetto/src/perfetto_cmd/ |
D | pbtxt_to_pb.cc | 41 using protos::EnumValueDescriptorProto; 303 for (const EnumValueDescriptorProto& enum_value : in IdentifierField()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 192 repeated EnumValueDescriptorProto value = 2; 198 message EnumValueDescriptorProto { message
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 215 repeated EnumValueDescriptorProto value = 2; 221 message EnumValueDescriptorProto { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 226 repeated EnumValueDescriptorProto value = 2; 252 message EnumValueDescriptorProto { message
|
/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()
|