Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A 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 …]
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptorProto.php18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptorProto.php18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/oneof/
Dmod.rs29 pub fn proto(&self) -> &OneofDescriptorProto { in proto()
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/
H A Ddesc_init.go144 func (r descsByName) initOneofsFromDescriptorProto(ods []*descriptorpb.OneofDescriptorProto, parent…
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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 { implementation
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 …]
/aosp_15_r20/external/rust/android-crates-io/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 { argument
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
/aosp_15_r20/external/perfetto/protos/perfetto/common/
H A Ddescriptor.proto206 message OneofDescriptorProto { message
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto184 message OneofDescriptorProto { message
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen/gen/external/perfetto/protos/perfetto/common/
Ddescriptor.pb.cc165 PROTOBUF_CONSTEXPR OneofDescriptorProto::OneofDescriptorProto( in OneofDescriptorProto() function in perfetto::protos::OneofDescriptorProto
3349 OneofDescriptorProto::OneofDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OneofDescriptorProto() function in perfetto::protos::OneofDescriptorProto
3355 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) in OneofDescriptorProto() function in perfetto::protos::OneofDescriptorProto
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dmod.rs536 ) -> anyhow::Result<protobuf::descriptor::OneofDescriptorProto> { in oneof()
Doption_resolver.rs870 oneof_proto: &mut OneofDescriptorProto, in oneof()
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto206 message OneofDescriptorProto { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto241 message OneofDescriptorProto { message
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto242 message OneofDescriptorProto { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto236 message OneofDescriptorProto { message
Ddescriptor_sv.proto238 message OneofDescriptorProto { message
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto217 message OneofDescriptorProto { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto241 message OneofDescriptorProto { message
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/
H A Ddescriptor.pb.h72 class OneofDescriptorProto; variable
2045 inline OneofDescriptorProto() : OneofDescriptorProto(nullptr) {} in OneofDescriptorProto() function
2050 OneofDescriptorProto(OneofDescriptorProto&& from) noexcept in OneofDescriptorProto() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/
Ddescriptor.pb.h72 class OneofDescriptorProto; variable
2045 inline OneofDescriptorProto() : OneofDescriptorProto(nullptr) {} in OneofDescriptorProto() function
2050 OneofDescriptorProto(OneofDescriptorProto&& from) noexcept in OneofDescriptorProto() function
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs396 oneof_type: &OneofDescriptorProto, in oneof_type_to_extern_paths()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/
Ddescriptor.gen.h21 class OneofDescriptorProto; variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/
H A Ddescriptor.gen.h21 class OneofDescriptorProto; variable
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A 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

12345678910