Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs43 public sealed class OneofDescriptor : DescriptorBase class
50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.h45 class OneofDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dprotobuf.h25 typedef struct OneofDescriptor OneofDescriptor; typedef
90 struct OneofDescriptor { struct
91 zend_object std;
92 const upb_oneofdef* oneofdef;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h51 class OneofDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.h440 const OneofDescriptor* /*oneof_descriptor*/) const { in HasOneof()
445 const OneofDescriptor* /*oneof_descriptor*/) const {} in ClearOneof()
451 const OneofDescriptor* /*oneof_descriptor*/) const { in GetOneofFieldDescriptor()
Ddescriptor.h77 class OneofDescriptor; variable
421 friend class OneofDescriptor; variable
731 friend class OneofDescriptor; variable
798 OneofDescriptor() {} in OneofDescriptor() function
1327 friend class OneofDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_context.h48 class OneofDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dprotobuf.h55 typedef struct OneofDescriptor OneofDescriptor; typedef
129 struct OneofDescriptor { struct
130 const upb_oneofdef* oneofdef;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.h45 class OneofDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2506 public static final class OneofDescriptor { class in Descriptors
2537 private OneofDescriptor(final OneofDescriptorProto proto, in OneofDescriptor() method in Descriptors.OneofDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py668 class OneofDescriptor(DescriptorBase): class