Searched defs:OneofDescriptor (Results 1 – 11 of 11) sorted by relevance
43 public sealed class OneofDescriptor : DescriptorBase class50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
45 class OneofDescriptor; variable
25 typedef struct OneofDescriptor OneofDescriptor; typedef90 struct OneofDescriptor { struct91 zend_object std;92 const upb_oneofdef* oneofdef;
208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
440 const OneofDescriptor* /*oneof_descriptor*/) const { in HasOneof()445 const OneofDescriptor* /*oneof_descriptor*/) const {} in ClearOneof()451 const OneofDescriptor* /*oneof_descriptor*/) const { in GetOneofFieldDescriptor()
78 class OneofDescriptor; variable421 friend class OneofDescriptor; variable731 friend class OneofDescriptor; variable792 OneofDescriptor() {} in OneofDescriptor() function1321 friend class OneofDescriptor; variable
47 class OneofDescriptor; variable
55 typedef struct OneofDescriptor OneofDescriptor; typedef129 struct OneofDescriptor { struct130 const upb_oneofdef* oneofdef;
2502 public static final class OneofDescriptor { class in Descriptors2525 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor() method in Descriptors.OneofDescriptor
668 class OneofDescriptor(object): class