Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs43 public sealed class OneofDescriptor : DescriptorBase class
50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h45 class OneofDescriptor; variable
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h25 typedef struct OneofDescriptor OneofDescriptor; typedef
90 struct OneofDescriptor { struct
91 zend_object std;
92 const upb_oneofdef* oneofdef;
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/protobuf/src/google/protobuf/
Dmessage.h440 const OneofDescriptor* /*oneof_descriptor*/) const { in HasOneof()
445 const OneofDescriptor* /*oneof_descriptor*/) const {} in ClearOneof()
451 const OneofDescriptor* /*oneof_descriptor*/) const { in GetOneofFieldDescriptor()
Ddescriptor.h78 class OneofDescriptor; variable
421 friend class OneofDescriptor; variable
731 friend class OneofDescriptor; variable
792 OneofDescriptor() {} in OneofDescriptor() function
1321 friend class OneofDescriptor; variable
/external/protobuf/src/google/protobuf/compiler/java/
Djava_context.h47 class OneofDescriptor; variable
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h55 typedef struct OneofDescriptor OneofDescriptor; typedef
129 struct OneofDescriptor { struct
130 const upb_oneofdef* oneofdef;
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h45 class OneofDescriptor; variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2502 public static final class OneofDescriptor { class in Descriptors
2525 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor() method in Descriptors.OneofDescriptor
/external/protobuf/python/google/protobuf/
Ddescriptor.py668 class OneofDescriptor(object): class