/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | OneofDescriptor.cs | 45 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/ |
D | descriptor_containers.h | 45 class OneofDescriptor; variable
|
/external/protobuf/php/src/Google/Protobuf/ |
D | OneofDescriptor.php | 37 class OneofDescriptor class
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.h | 52 class OneofDescriptor; variable
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_context.h | 45 class OneofDescriptor; variable
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | OneofDescriptor.php | 35 class OneofDescriptor class
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 318 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 58 typedef struct OneofDescriptor OneofDescriptor; typedef 133 struct OneofDescriptor { struct 134 const upb_oneofdef* oneofdef;
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 52 class OneofDescriptor; variable
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 83 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/ |
D | Descriptors.java | 2597 public static final class OneofDescriptor extends GenericDescriptor { class in Descriptors 2648 private OneofDescriptor( in OneofDescriptor() method in Descriptors.OneofDescriptor
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 713 class OneofDescriptor(DescriptorBase): class
|