Home
last modified time | relevance | path

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

12

/external/rust/crates/protobuf/src/reflect/oneof/
Dmod.rs13 pub struct OneofDescriptor { struct
23 impl OneofDescriptor { impl
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
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
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
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
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h46 class OneofDescriptor; variable
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h46 class OneofDescriptor; variable
/external/golang-protobuf/internal/impl/
Dmessage_reflect_gen.go112 func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
232 func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescr…
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/protobuf/php/src/Google/Protobuf/
DOneofDescriptor.php37 class OneofDescriptor class
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DOneofDescriptor.php37 class OneofDescriptor class
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h53 class OneofDescriptor; variable
/external/protobuf/src/google/protobuf/compiler/python/
Dgenerator.h53 class OneofDescriptor; variable
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_context.h45 class OneofDescriptor; variable
/external/protobuf/src/google/protobuf/compiler/java/
Dcontext.h45 class OneofDescriptor; variable
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptor.php35 class OneofDescriptor class
/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptor.php35 class OneofDescriptor class
/external/golang-protobuf/reflect/protodesc/
Dproto.go173 func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descriptorpb.OneofDescriptorProto {
/external/rust/crates/protobuf-codegen/src/gen/
Dprotoc_insertion_point.rs69 oneof: &OneofDescriptor, in write_protoc_insertion_point_for_oneof()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs353 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs353 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/golang-protobuf/internal/order/
Dorder_test.go44 protoreflect.OneofDescriptor anonMember
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h52 class OneofDescriptor; variable
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
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
/external/protobuf/php/ext/google/protobuf/
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
/external/golang-protobuf/internal/testprotos/irregular/
Dirregular.go85 func (m *message) WhichOneof(protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {

12