Home
last modified time | relevance | path

Searched defs:OneofDescriptor (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/oneof/
Dmod.rs13 pub struct OneofDescriptor { struct
23 impl OneofDescriptor { impl
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DOneofDescriptor.cs46 public sealed class OneofDescriptor : DescriptorBase class
52 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DOneofDescriptor.cs46 public sealed class OneofDescriptor : DescriptorBase class
52 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_gen.go112 func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
232 func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescr…
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c242 } OneofDescriptor; typedef
273 PHP_METHOD(OneofDescriptor, getName) { in PHP_METHOD() argument
284 PHP_METHOD(OneofDescriptor, getField) { in PHP_METHOD() argument
309 PHP_METHOD(OneofDescriptor, getFieldCount) { in PHP_METHOD() argument
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Ddef.c242 } OneofDescriptor; typedef
273 PHP_METHOD(OneofDescriptor, getName) { in PHP_METHOD() argument
284 PHP_METHOD(OneofDescriptor, getField) { in PHP_METHOD() argument
309 PHP_METHOD(OneofDescriptor, getFieldCount) { in PHP_METHOD() argument
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.h90 class OneofDescriptor; variable
609 friend class OneofDescriptor; variable
988 friend class OneofDescriptor; variable
1067 OneofDescriptor() {} in OneofDescriptor() function
1697 friend class OneofDescriptor; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h90 class OneofDescriptor; variable
609 friend class OneofDescriptor; variable
988 friend class OneofDescriptor; variable
1067 OneofDescriptor() {} in OneofDescriptor() function
1697 friend class OneofDescriptor; variable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/field/
Dmod.rs171 pub fn containing_oneof_including_synthetic(&self) -> Option<OneofDescriptor> { in containing_oneof_including_synthetic()
191 pub fn containing_oneof(&self) -> Option<OneofDescriptor> { in containing_oneof()
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go417 type OneofDescriptor interface { interface
430 type isOneofDescriptor interface{ ProtoType(OneofDescriptor) } argument
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.h46 class OneofDescriptor; variable
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.h46 class OneofDescriptor; variable
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DOneofDescriptor.php37 class OneofDescriptor class
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DOneofDescriptor.php37 class OneofDescriptor class
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dgenerator.h53 class OneofDescriptor; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
H A Dcontext.h45 class OneofDescriptor; variable
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Dcontext.h45 class OneofDescriptor; variable
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/python/
H A Dgenerator.h53 class OneofDescriptor; variable
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptor.php35 class OneofDescriptor class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptor.php35 class OneofDescriptor class
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/
H A Dproto.go173 func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descriptorpb.OneofDescriptorProto {
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dprotoc_insertion_point.rs69 oneof: &OneofDescriptor, in write_protoc_insertion_point_for_oneof()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs353 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest

1234