/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumValueDescriptorProto.php | 18 class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumValueDescriptorProto.php | 18 class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumValueDescriptorProto.php | 18 class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/external/golang-protobuf/reflect/protodesc/ |
D | desc_init.go | 47 func (r descsByName) initEnumValuesFromDescriptorProto(vds []*descriptorpb.EnumValueDescriptorProto…
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 1369 type EnumValueDescriptorProto struct { struct 1370 state protoimpl.MessageState 1371 sizeCache protoimpl.SizeCache 1372 unknownFields protoimpl.UnknownFields 1374 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 1375 Number *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"` 1376 Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` 1379 func (x *EnumValueDescriptorProto) Reset() { 1388 func (x *EnumValueDescriptorProto) String() string { 1392 func (*EnumValueDescriptorProto) ProtoMessage() {} [all …]
|
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | descriptorx.rs | 431 pub fn values(&'a self) -> &'a [EnumValueDescriptorProto] { in values() 436 pub fn value_by_name(&'a self, name: &str) -> &'a EnumValueDescriptorProto { in value_by_name() 449 impl EnumValueDescriptorEx for EnumValueDescriptorProto { implementation
|
D | descriptor.rs | 3209 pub fn get_value(&self) -> &[EnumValueDescriptorProto] { in get_value() 3217 pub fn set_value(&mut self, v: crate::RepeatedField<EnumValueDescriptorProto>) { in set_value() 3222 pub fn mut_value(&mut self) -> &mut crate::RepeatedField<EnumValueDescriptorProto> { in mut_value() 3227 pub fn take_value(&mut self) -> crate::RepeatedField<EnumValueDescriptorProto> { in take_value() 3711 pub struct EnumValueDescriptorProto { struct 3723 impl<'a> ::std::default::Default for &'a EnumValueDescriptorProto { argument 3729 impl EnumValueDescriptorProto { implementation 3823 impl crate::Message for EnumValueDescriptorProto { implementation 3956 impl crate::Clear for EnumValueDescriptorProto { implementation 3965 impl ::std::fmt::Debug for EnumValueDescriptorProto { implementation [all …]
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 226 message EnumValueDescriptorProto { message
|
/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | enums.rs | 26 proto: &EnumValueDescriptorProto, in parse()
|
/external/rust/android-crates-io/crates/protobuf/src/reflect/enums/ |
D | mod.rs | 56 pub fn proto(&self) -> &EnumValueDescriptorProto { in proto()
|
/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ |
D | mod.rs | 510 ) -> anyhow::Result<protobuf::descriptor::EnumValueDescriptorProto> { in enum_value()
|
D | option_resolver.rs | 838 enum_value_proto: &mut EnumValueDescriptorProto, in enum_value()
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 221 message EnumValueDescriptorProto { message
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 271 message EnumValueDescriptorProto { message
|
D | descriptor_sv.proto | 273 message EnumValueDescriptorProto { message
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | descriptor.proto | 276 message EnumValueDescriptorProto { message
|
D | descriptor.h | 105 class EnumValueDescriptorProto; variable
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 252 message EnumValueDescriptorProto { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 276 message EnumValueDescriptorProto { message
|
D | descriptor.h | 105 class EnumValueDescriptorProto; variable
|
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 277 message EnumValueDescriptorProto { message
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | descriptor.proto | 276 message EnumValueDescriptorProto { message
|
D | descriptor.h | 105 class EnumValueDescriptorProto; variable
|
/external/rust/android-crates-io/crates/protobuf/src/ |
D | descriptor.rs | 2984 pub struct EnumValueDescriptorProto { struct 2988 // @@protoc_insertion_point(field:google.protobuf.EnumValueDescriptorProto.number) argument 2990 // @@protoc_insertion_point(field:google.protobuf.EnumValueDescriptorProto.options) argument 2993 … // @@protoc_insertion_point(special_field:google.protobuf.EnumValueDescriptorProto.special_fields) argument 2997 impl<'a> ::std::default::Default for &'a EnumValueDescriptorProto { argument 3003 impl EnumValueDescriptorProto { impl 3089 impl crate::Message for EnumValueDescriptorProto { implementation 3184 impl crate::MessageFull for EnumValueDescriptorProto { implementation 3191 impl ::std::fmt::Display for EnumValueDescriptorProto { implementation 3197 impl crate::reflect::ProtobufValue for EnumValueDescriptorProto { implementation
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 3982 public sealed partial class EnumValueDescriptorProto : pb::IMessage<EnumValueDescriptorProto> class 4008 public EnumValueDescriptorProto() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto 4016 public EnumValueDescriptorProto(EnumValueDescriptorProto other) : this() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
|