Home
last modified time | relevance | path

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

12

/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptorProto.php18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptorProto.php18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/rust/crates/protobuf/src/reflect/oneof/
Dmod.rs29 pub fn proto(&self) -> &OneofDescriptorProto { in proto()
/external/golang-protobuf/reflect/protodesc/
Ddesc_init.go144 func (r descsByName) initOneofsFromDescriptorProto(ods []*descriptorpb.OneofDescriptorProto, parent…
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1228 type OneofDescriptorProto struct { struct
1229 state protoimpl.MessageState
1230 sizeCache protoimpl.SizeCache
1231 unknownFields protoimpl.UnknownFields
1233 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1234 Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
1237 func (x *OneofDescriptorProto) Reset() {
1246 func (x *OneofDescriptorProto) String() string {
1250 func (*OneofDescriptorProto) ProtoMessage() {}
1252 func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message {
[all …]
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto175 message OneofDescriptorProto { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto184 message OneofDescriptorProto { message
/external/rust/crates/protobuf-parse/src/pure/convert/
Dmod.rs536 ) -> anyhow::Result<protobuf::descriptor::OneofDescriptorProto> { in oneof()
Doption_resolver.rs870 oneof_proto: &mut OneofDescriptorProto, in oneof()
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto206 message OneofDescriptorProto { message
/external/rust/crates/protobuf/2.27.1/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 { implementation
3008 impl crate::Message for OneofDescriptorProto { implementation
3123 impl crate::Clear for OneofDescriptorProto { implementation
3131 impl ::std::fmt::Debug for OneofDescriptorProto { implementation
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto238 message OneofDescriptorProto { message
Ddescriptor.proto238 message OneofDescriptorProto { message
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto241 message OneofDescriptorProto { message
Ddescriptor.h103 class OneofDescriptorProto; variable
Ddescriptor.pb.cc143 PROTOBUF_CONSTEXPR OneofDescriptorProto::OneofDescriptorProto( in OneofDescriptorProto() function in OneofDescriptorProto
4062 OneofDescriptorProto::OneofDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OneofDescriptorProto() function in OneofDescriptorProto
4068 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) in OneofDescriptorProto() function in OneofDescriptorProto
Ddescriptor.pb.h106 class OneofDescriptorProto; variable
2368 inline OneofDescriptorProto() : OneofDescriptorProto(nullptr) {} in OneofDescriptorProto() function
2373 OneofDescriptorProto(OneofDescriptorProto&& from) noexcept in OneofDescriptorProto() function
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto242 message OneofDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto241 message OneofDescriptorProto { message
Ddescriptor.h103 class OneofDescriptorProto; variable
Ddescriptor.pb.cc154 PROTOBUF_CONSTEXPR OneofDescriptorProto::OneofDescriptorProto( in OneofDescriptorProto() function in OneofDescriptorProto
4202 OneofDescriptorProto::OneofDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OneofDescriptorProto() function in OneofDescriptorProto
4208 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) in OneofDescriptorProto() function in OneofDescriptorProto
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto217 message OneofDescriptorProto { message
/external/rust/crates/protobuf/src/
Ddescriptor.rs2360 pub struct OneofDescriptorProto { struct
2364 // @@protoc_insertion_point(field:google.protobuf.OneofDescriptorProto.options) argument
2367 // @@protoc_insertion_point(special_field:google.protobuf.OneofDescriptorProto.special_fields) argument
2371 impl<'a> ::std::default::Default for &'a OneofDescriptorProto { implementation
2377 impl OneofDescriptorProto { implementation
2439 impl crate::Message for OneofDescriptorProto { implementation
2523 impl crate::MessageFull for OneofDescriptorProto { implementation
2530 impl ::std::fmt::Display for OneofDescriptorProto { implementation
2536 impl crate::reflect::ProtobufValue for OneofDescriptorProto { implementation
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3111 public sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> class
3136 public OneofDescriptorProto() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
3144 public OneofDescriptorProto(OneofDescriptorProto other) : this() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3111 public sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> class
3136 public OneofDescriptorProto() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
3144 public OneofDescriptorProto(OneofDescriptorProto other) : this() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto

12