Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs46 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/
Ddescriptor_containers.h45 class OneofDescriptor; variable
/third_party/protobuf/php/src/Google/Protobuf/
DOneofDescriptor.php37 class OneofDescriptor class
/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
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h52 class OneofDescriptor; variable
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_context.h45 class OneofDescriptor; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptor.php35 class OneofDescriptor class
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h58 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/
DDescriptorsTest.cs324 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c240 } 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/
Djs_generator.h52 class OneofDescriptor; variable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h85 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/
DDescriptors.java2653 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/
Ddescriptor.py739 class OneofDescriptor(DescriptorBase): class