Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs45 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.h45 class OneofDescriptor; variable
/external/protobuf/php/src/Google/Protobuf/
DOneofDescriptor.php37 class OneofDescriptor class
/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/src/google/protobuf/compiler/python/
Dpython_generator.h52 class OneofDescriptor; variable
/external/protobuf/src/google/protobuf/compiler/java/
Djava_context.h45 class OneofDescriptor; variable
/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptor.php35 class OneofDescriptor class
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs318 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h58 typedef struct OneofDescriptor OneofDescriptor; typedef
133 struct OneofDescriptor { struct
134 const upb_oneofdef* oneofdef;
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h52 class OneofDescriptor; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.h83 class OneofDescriptor; variable
498 friend class OneofDescriptor; variable
837 friend class OneofDescriptor; variable
909 OneofDescriptor() {} in OneofDescriptor() function
1504 friend class OneofDescriptor; variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2597 public static final class OneofDescriptor extends GenericDescriptor { class in Descriptors
2648 private OneofDescriptor( in OneofDescriptor() method in Descriptors.OneofDescriptor
/external/protobuf/python/google/protobuf/
Ddescriptor.py713 class OneofDescriptor(DescriptorBase): class