/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | OneofAccessor.cs | 46 private OneofDescriptor descriptor; 48 …internal OneofAccessor(PropertyInfo caseProperty, MethodInfo clearMethod, OneofDescriptor descript… in OneofAccessor() 67 public OneofDescriptor Descriptor { get { return descriptor; } }
|
D | OneofDescriptor.cs | 43 public sealed class OneofDescriptor : DescriptorBase class 50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
|
D | MessageDescriptor.cs | 81 new OneofDescriptor(oneof, file, this, index, generatedCodeInfo.OneofNames[index])); in MessageDescriptor() 198 public IList<OneofDescriptor> Oneofs { get; } 238 foreach (OneofDescriptor oneof in Oneofs) in CrossLink()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_context.h | 48 class OneofDescriptor; variable 81 const OneofDescriptor* oneof) const; 102 map<const OneofDescriptor*, OneofGeneratorInfo> oneof_generator_info_map_;
|
D | java_context.cc | 118 const OneofDescriptor* oneof = message->oneof_decl(i); in InitializeFieldGeneratorInfoForMessage() 182 const OneofDescriptor* oneof) const { in GetOneofGeneratorInfo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.h | 77 class OneofDescriptor; variable 251 const OneofDescriptor* oneof_decl(int index) const; 254 const OneofDescriptor* FindOneofByName(const string& name) const; 399 OneofDescriptor* oneof_decls_; 421 friend class OneofDescriptor; variable 597 const OneofDescriptor* containing_oneof() const; 695 const OneofDescriptor* containing_oneof_; 731 friend class OneofDescriptor; variable 736 class LIBPROTOBUF_EXPORT OneofDescriptor { 798 OneofDescriptor() {} in OneofDescriptor() function [all …]
|
D | generated_message_reflection.h | 223 const OneofDescriptor* oneof_descriptor) const; 224 void ClearOneof(Message* message, const OneofDescriptor* field) const; 264 const OneofDescriptor* oneof_descriptor) const; 474 const OneofDescriptor* oneof_descriptor) const; 477 const OneofDescriptor* oneof_descriptor) const; 506 const OneofDescriptor* oneof_descriptor) const;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | MessageOrBuilder.java | 96 boolean hasOneof(Descriptors.OneofDescriptor oneof); in hasOneof() 103 Descriptors.OneofDescriptor oneof); in getOneofFieldDescriptor()
|
D | DynamicMessage.java | 36 import com.google.protobuf.Descriptors.OneofDescriptor; 175 public boolean hasOneof(OneofDescriptor oneof) { in hasOneof() 185 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) { in getOneofFieldDescriptor() 317 private void verifyOneofContainingType(OneofDescriptor oneof) { 462 public boolean hasOneof(OneofDescriptor oneof) { 472 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) { 478 public Builder clearOneof(OneofDescriptor oneof) { 521 OneofDescriptor oneofDescriptor = field.getContainingOneof(); 546 OneofDescriptor oneofDescriptor = field.getContainingOneof(); 624 private void verifyOneofContainingType(OneofDescriptor oneof) {
|
D | AbstractMessage.java | 35 import com.google.protobuf.Descriptors.OneofDescriptor; 104 public boolean hasOneof(OneofDescriptor oneof) { in hasOneof() 110 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) { in getOneofFieldDescriptor() 336 public boolean hasOneof(OneofDescriptor oneof) { in hasOneof() 342 public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) { in getOneofFieldDescriptor() 349 public BuilderType clearOneof(OneofDescriptor oneof) { in clearOneof()
|
D | MessageReflection.java | 307 boolean hasOneof(Descriptors.OneofDescriptor oneof); in hasOneof() 313 MergeTarget clearOneof(Descriptors.OneofDescriptor oneof); in clearOneof() 319 Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof); in getOneofFieldDescriptor() 418 public boolean hasOneof(Descriptors.OneofDescriptor oneof) { in hasOneof() 423 public MergeTarget clearOneof(Descriptors.OneofDescriptor oneof) { in clearOneof() 429 public Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof) { in getOneofFieldDescriptor() 604 public boolean hasOneof(Descriptors.OneofDescriptor oneof) { in hasOneof() 609 public MergeTarget clearOneof(Descriptors.OneofDescriptor oneof) { in clearOneof() 615 public Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof) { in getOneofFieldDescriptor()
|
D | Descriptors.java | 642 public List<OneofDescriptor> getOneofs() { in getOneofs() 768 private final OneofDescriptor[] oneofs; 790 this.oneofs = new OneofDescriptor[0]; in Descriptor() 807 oneofs = new OneofDescriptor[proto.getOneofDeclCount()]; in Descriptor() 809 oneofs[i] = new OneofDescriptor( in Descriptor() 842 OneofDescriptor oneofDescriptor = fields[i].getContainingOneof(); in Descriptor() 1057 public OneofDescriptor getContainingOneof() { return containingOneof; } in getContainingOneof() 1144 private OneofDescriptor containingOneof; 2506 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/src/google/protobuf/compiler/objectivec/ |
D | objectivec_oneof.h | 52 explicit OneofGenerator(const OneofDescriptor* descriptor); 69 const OneofDescriptor* descriptor_;
|
D | objectivec_helpers.h | 107 string OneofEnumName(const OneofDescriptor* descriptor); 108 string OneofName(const OneofDescriptor* descriptor); 109 string OneofNameCapitalized(const OneofDescriptor* descriptor);
|
D | objectivec_oneof.cc | 44 OneofGenerator::OneofGenerator(const OneofDescriptor* descriptor) in OneofGenerator()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor_containers.h | 45 class OneofDescriptor; variable 83 PyObject* NewOneofFieldsSeq(const OneofDescriptor* descriptor);
|
D | descriptor.h | 62 PyObject* PyOneofDescriptor_FromDescriptor(const OneofDescriptor* descriptor);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | protobuf.h | 25 typedef struct OneofDescriptor OneofDescriptor; typedef 90 struct OneofDescriptor { struct
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.h | 51 class OneofDescriptor; variable 152 void FixOptionsForOneof(const OneofDescriptor& oneof) const;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.h | 57 string UnderscoresToCamelCase(const OneofDescriptor* oneof); 59 string UnderscoresToCapitalizedCamelCase(const OneofDescriptor* oneof);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest 210 …OneofDescriptor descriptor = TestAllTypes.Descriptor.FindDescriptor<OneofDescriptor>("oneof_field"… in OneofDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 55 typedef struct OneofDescriptor OneofDescriptor; typedef 129 struct OneofDescriptor { struct 226 OneofDescriptor* ruby_to_OneofDescriptor(VALUE value);
|
D | defs.c | 409 OneofDescriptor* def = ruby_to_OneofDescriptor(obj); in Descriptor_add_oneof() 887 DEFINE_CLASS(OneofDescriptor, "Google::Protobuf::OneofDescriptor"); 893 OneofDescriptor* self = _self; in OneofDescriptor_free() 906 OneofDescriptor* self = ALLOC(OneofDescriptor); in OneofDescriptor_alloc() 932 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_name() 944 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_name_set() 967 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_add_field() 985 DEFINE_SELF(OneofDescriptor, self, _self); in OneofDescriptor_each()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMessage.java | 74 this.oneofCases = new HashMap<Descriptors.OneofDescriptor, Descriptors.FieldDescriptor>(); in initialize() 100 Descriptors.OneofDescriptor oneof = fieldDescriptor.getContainingOneof(); in initialize() 593 Descriptors.OneofDescriptor oneofDescriptor = fieldDescriptor.getContainingOneof(); in getField() 666 Descriptors.OneofDescriptor oneofDescriptor = fieldDescriptor.getContainingOneof(); in setField() 752 private Descriptors.FieldDescriptor getOneofCase(Descriptors.OneofDescriptor oneof) { in getOneofCase() 766 private Map<Descriptors.OneofDescriptor, Descriptors.FieldDescriptor> oneofCases;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.h | 45 class OneofDescriptor; variable 219 const OneofDescriptor* oneof) const;
|