Home
last modified time | relevance | path

Searched defs:EnumValueDescriptorProto (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumValueDescriptorProto.php18 class EnumValueDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1106 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 …]
Ddescriptor.proto253 message EnumValueDescriptorProto { message
/external/rust/crates/protobuf/src/
Ddescriptorx.rs432 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
Ddescriptor.rs3209 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/
Ddescriptor.proto186 message EnumValueDescriptorProto { message
/external/rust/crates/protobuf-codegen/src/
Denums.rs25 proto: &EnumValueDescriptorProto, in parse()
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto180 message EnumValueDescriptorProto { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto180 message EnumValueDescriptorProto { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto180 message EnumValueDescriptorProto { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto198 message EnumValueDescriptorProto { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto221 message EnumValueDescriptorProto { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto252 message EnumValueDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto253 message EnumValueDescriptorProto { message
Ddescriptor.h98 class EnumValueDescriptorProto; variable
Ddescriptor.pb.cc6768 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
Ddescriptor.cc5717 const EnumValueDescriptorProto& /* proto */) { in CrossLinkEnumValue()
6071 const EnumValueDescriptorProto& /* proto */) { in ValidateEnumValueOptions()
Ddescriptor.pb.h77 class EnumValueDescriptorProto; variable
2694 EnumValueDescriptorProto(EnumValueDescriptorProto&& from) noexcept in EnumValueDescriptorProto() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto273 message EnumValueDescriptorProto { message
Ddescriptor_sv.proto273 message EnumValueDescriptorProto { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3020 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/
Dperfetto_trace.proto2797 message EnumValueDescriptorProto { message