| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | EnumValueDescriptorProto.php | 18 class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message class
|
| /external/golang-protobuf/protoc-gen-go/descriptor/ |
| D | descriptor.pb.go | 1106 type EnumValueDescriptorProto struct { struct 1107 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 1108 …umber *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"` 1109 …tions *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` 1110 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1111 XXX_unrecognized []byte `json:"-"` 1112 XXX_sizecache int32 `json:"-"` 1115 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} } 1116 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) } 1117 func (*EnumValueDescriptorProto) ProtoMessage() {} [all …]
|
| D | descriptor.proto | 253 message EnumValueDescriptorProto { message
|
| /external/rust/crates/protobuf/src/ |
| D | descriptorx.rs | 432 pub fn values(&'a self) -> &'a [EnumValueDescriptorProto] { in values() 437 pub fn value_by_name(&'a self, name: &str) -> &'a EnumValueDescriptorProto { in value_by_name() 450 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 { impl 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 | 186 message EnumValueDescriptorProto { message
|
| /external/rust/crates/protobuf-codegen/src/ |
| D | enums.rs | 25 proto: &EnumValueDescriptorProto, in parse()
|
| /external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 180 message EnumValueDescriptorProto { message
|
| /external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 180 message EnumValueDescriptorProto { message
|
| /external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 180 message EnumValueDescriptorProto { message
|
| /external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
| D | descriptor.proto | 198 message EnumValueDescriptorProto { message
|
| /external/nos/host/generic/nugget/proto/google/protobuf/ |
| D | descriptor.proto | 221 message EnumValueDescriptorProto { message
|
| /external/nanopb-c/generator/proto/google/protobuf/ |
| D | descriptor.proto | 252 message EnumValueDescriptorProto { message
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 253 message EnumValueDescriptorProto { message
|
| D | descriptor.h | 98 class EnumValueDescriptorProto; variable
|
| D | descriptor.pb.cc | 6768 EnumValueDescriptorProto::EnumValueDescriptorProto() in EnumValueDescriptorProto() function in EnumValueDescriptorProto 6773 EnumValueDescriptorProto::EnumValueDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) in EnumValueDescriptorProto() function in EnumValueDescriptorProto 6780 EnumValueDescriptorProto::EnumValueDescriptorProto(const EnumValueDescriptorProto& from) in EnumValueDescriptorProto() function in EnumValueDescriptorProto
|
| D | descriptor.cc | 5717 const EnumValueDescriptorProto& /* proto */) { in CrossLinkEnumValue() 6071 const EnumValueDescriptorProto& /* proto */) { in ValidateEnumValueOptions()
|
| D | descriptor.pb.h | 77 class EnumValueDescriptorProto; variable 2694 EnumValueDescriptorProto(EnumValueDescriptorProto&& from) noexcept in EnumValueDescriptorProto() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
| D | descriptor.proto | 273 message EnumValueDescriptorProto { message
|
| D | descriptor_sv.proto | 273 message EnumValueDescriptorProto { message
|
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | Descriptor.cs | 3020 internal sealed partial class EnumValueDescriptorProto : pb::IMessage<EnumValueDescriptorProto> { class 3038 public EnumValueDescriptorProto() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto 3045 public EnumValueDescriptorProto(EnumValueDescriptorProto other) : this() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
|
| /external/perfetto/protos/perfetto/trace/ |
| D | perfetto_trace.proto | 2797 message EnumValueDescriptorProto { message
|