Home
last modified time | relevance | path

Searched defs:OneofDescriptorProto (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptorProto.php18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go928 type OneofDescriptorProto struct { struct
929 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
930 Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
931 XXX_NoUnkeyedLiteral struct{} `json:"-"`
932 XXX_unrecognized []byte `json:"-"`
933 XXX_sizecache int32 `json:"-"`
936 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} }
937 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) }
938 func (*OneofDescriptorProto) ProtoMessage() {}
939 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) {
[all …]
Ddescriptor.proto218 message OneofDescriptorProto { message
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto166 message OneofDescriptorProto { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto184 message OneofDescriptorProto { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto206 message OneofDescriptorProto { message
/external/rust/crates/protobuf/src/
Ddescriptor.rs1096 pub fn get_oneof_decl(&self) -> &[OneofDescriptorProto] { in get_oneof_decl()
1104 pub fn set_oneof_decl(&mut self, v: crate::RepeatedField<OneofDescriptorProto>) { in set_oneof_decl()
1109 pub fn mut_oneof_decl(&mut self) -> &mut crate::RepeatedField<OneofDescriptorProto> { in mut_oneof_decl()
1114 pub fn take_oneof_decl(&mut self) -> crate::RepeatedField<OneofDescriptorProto> { in take_oneof_decl()
2916 pub struct OneofDescriptorProto { struct
2927 impl<'a> ::std::default::Default for &'a OneofDescriptorProto { argument
2933 impl OneofDescriptorProto { impl
3008 impl crate::Message for OneofDescriptorProto { implementation
3123 impl crate::Clear for OneofDescriptorProto { implementation
3131 impl ::std::fmt::Debug for OneofDescriptorProto { implementation
[all …]
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto217 message OneofDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto218 message OneofDescriptorProto { message
Ddescriptor.h96 class OneofDescriptorProto; variable
Ddescriptor.pb.cc5484 OneofDescriptorProto::OneofDescriptorProto() in OneofDescriptorProto() function in OneofDescriptorProto
5489 OneofDescriptorProto::OneofDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) in OneofDescriptorProto() function in OneofDescriptorProto
5496 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) in OneofDescriptorProto() function in OneofDescriptorProto
Ddescriptor.pb.h116 class OneofDescriptorProto; variable
2094 OneofDescriptorProto(OneofDescriptorProto&& from) noexcept in OneofDescriptorProto() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto238 message OneofDescriptorProto { message
Ddescriptor_sv.proto238 message OneofDescriptorProto { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2369 internal sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> { class
2386 public OneofDescriptorProto() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
2393 public OneofDescriptorProto(OneofDescriptorProto other) : this() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2777 message OneofDescriptorProto { message