| /external/rust/crates/protobuf/src/reflect/ |
| D | find_message_or_enum.rs | 13 e: Option<&'a EnumDescriptorProto>, in from_two_options()
|
| /external/golang-protobuf/protoc-gen-go/descriptor/ |
| D | descriptor.pb.go | 976 type EnumDescriptorProto struct { struct 977 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 978 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"` 979 Options *EnumOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` 983 …nge `protobuf:"bytes,4,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"` 986 …string `protobuf:"bytes,5,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"` 987 XXX_NoUnkeyedLiteral struct{} `json:"-"` 988 XXX_unrecognized []byte `json:"-"` 989 XXX_sizecache int32 `json:"-"` 992 func (m *EnumDescriptorProto) Reset() { *m = EnumDescriptorProto{} } [all …]
|
| D | descriptor.proto | 224 message EnumDescriptorProto { message
|
| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | EnumDescriptorProto.php | 18 class EnumDescriptorProto extends \Google\Protobuf\Internal\Message class
|
| /external/perfetto/protos/perfetto/common/ |
| D | descriptor.proto | 172 message EnumDescriptorProto { message
|
| /external/rust/crates/protobuf/src/ |
| D | descriptor.rs | 400 pub fn get_enum_type(&self) -> &[EnumDescriptorProto] { in get_enum_type() 408 pub fn set_enum_type(&mut self, v: crate::RepeatedField<EnumDescriptorProto>) { in set_enum_type() 413 pub fn mut_enum_type(&mut self) -> &mut crate::RepeatedField<EnumDescriptorProto> { in mut_enum_type() 418 pub fn take_enum_type(&mut self) -> crate::RepeatedField<EnumDescriptorProto> { in take_enum_type() 1046 pub fn get_enum_type(&self) -> &[EnumDescriptorProto] { in get_enum_type() 1054 pub fn set_enum_type(&mut self, v: crate::RepeatedField<EnumDescriptorProto>) { in set_enum_type() 1059 pub fn mut_enum_type(&mut self) -> &mut crate::RepeatedField<EnumDescriptorProto> { in mut_enum_type() 1064 pub fn take_enum_type(&mut self) -> crate::RepeatedField<EnumDescriptorProto> { in take_enum_type() 3145 pub struct EnumDescriptorProto { struct 3150 pub reserved_range: crate::RepeatedField<EnumDescriptorProto_EnumReservedRange>, argument [all …]
|
| D | descriptorx.rs | 206 fn get_enum_descriptors(&self) -> &'a [EnumDescriptorProto] { in get_enum_descriptors()
|
| /external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 171 message EnumDescriptorProto { message
|
| /external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 171 message EnumDescriptorProto { message
|
| /external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 171 message EnumDescriptorProto { message
|
| /external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
| D | descriptor.proto | 189 message EnumDescriptorProto { message
|
| /external/nos/host/generic/nugget/proto/google/protobuf/ |
| D | descriptor.proto | 212 message EnumDescriptorProto { message
|
| /external/nanopb-c/generator/proto/google/protobuf/ |
| D | descriptor.proto | 223 message EnumDescriptorProto { message
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 224 message EnumDescriptorProto { message
|
| D | descriptor.h | 97 class EnumDescriptorProto; variable
|
| D | descriptor.pb.cc | 6206 EnumDescriptorProto::EnumDescriptorProto() in EnumDescriptorProto() function in EnumDescriptorProto 6211 EnumDescriptorProto::EnumDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) in EnumDescriptorProto() function in EnumDescriptorProto 6221 EnumDescriptorProto::EnumDescriptorProto(const EnumDescriptorProto& from) in EnumDescriptorProto() function in EnumDescriptorProto
|
| D | descriptor.pb.h | 68 class EnumDescriptorProto; variable 2456 EnumDescriptorProto(EnumDescriptorProto&& from) noexcept in EnumDescriptorProto() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
| D | descriptor.proto | 244 message EnumDescriptorProto { message
|
| D | descriptor_sv.proto | 244 message EnumDescriptorProto { message
|
| /external/rust/crates/protobuf-codegen/src/ |
| D | scope.rs | 157 fn get_enum_descriptors(&self) -> &'a [EnumDescriptorProto] { in get_enum_descriptors()
|
| /external/golang-protobuf/protoc-gen-go/generator/ |
| D | generator.go | 166 *descriptor.EnumDescriptorProto anonMember 871 func newEnumDescriptor(desc *descriptor.EnumDescriptorProto, parent *Descriptor, file *FileDescript…
|
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | Descriptor.cs | 2557 internal sealed partial class EnumDescriptorProto : pb::IMessage<EnumDescriptorProto> { class 2574 public EnumDescriptorProto() { in EnumDescriptorProto() method in Google.Protobuf.Reflection.EnumDescriptorProto 2581 public EnumDescriptorProto(EnumDescriptorProto other) : this() { in EnumDescriptorProto() method in Google.Protobuf.Reflection.EnumDescriptorProto
|
| /external/perfetto/protos/perfetto/trace/ |
| D | perfetto_trace.proto | 2783 message EnumDescriptorProto { message
|