/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | OneofDescriptor.cs | 46 public sealed class OneofDescriptor : DescriptorBase class 53 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.h | 45 class OneofDescriptor; variable
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | OneofDescriptor.php | 37 class OneofDescriptor class
|
/third_party/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
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.h | 52 class OneofDescriptor; variable
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_context.h | 45 class OneofDescriptor; variable
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | OneofDescriptor.php | 35 class OneofDescriptor class
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 58 typedef struct OneofDescriptor OneofDescriptor; typedef 138 struct OneofDescriptor { struct 139 const upb_oneofdef* oneofdef; 140 VALUE descriptor_pool; // Owns the upb_oneofdef.
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 324 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 240 } OneofDescriptor; typedef 270 PHP_METHOD(OneofDescriptor, getName) { in PHP_METHOD() argument 281 PHP_METHOD(OneofDescriptor, getField) { in PHP_METHOD() argument 313 PHP_METHOD(OneofDescriptor, getFieldCount) { in PHP_METHOD() argument
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 52 class OneofDescriptor; variable
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.h | 85 class OneofDescriptor; variable 569 friend class OneofDescriptor; variable 924 friend class OneofDescriptor; variable 1000 OneofDescriptor() {} in OneofDescriptor() function 1595 friend class OneofDescriptor; variable
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 2653 public static final class OneofDescriptor extends GenericDescriptor { class in Descriptors 2708 private OneofDescriptor( in OneofDescriptor() method in Descriptors.OneofDescriptor
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 739 class OneofDescriptor(DescriptorBase): class
|