/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | FieldMaskTree.java | 202 if (source.getDescriptorForType() != destination.getDescriptorForType()) { in merge() 220 assert source.getDescriptorForType() == destination.getDescriptorForType(); in merge() 222 Descriptor descriptor = source.getDescriptorForType(); in merge()
|
D | FieldMaskUtil.java | 136 Descriptor descriptor = Internal.getDefaultInstance(type).getDescriptorForType(); in fromFieldNumbers() 184 Descriptor descriptor = Internal.getDefaultInstance(type).getDescriptorForType(); in isValid() 205 Descriptor descriptor = Internal.getDefaultInstance(type).getDescriptorForType(); in isValid()
|
D | JsonFormat.java | 530 wellKnownTypePrinters.get(message.getDescriptorForType().getFullName()); in print() 632 Descriptor descriptor = message.getDescriptorForType(); in printAny() 672 Descriptor descriptor = message.getDescriptorForType(); in printWrapper() 710 Descriptor descriptor = message.getDescriptorForType(); in printStruct() 740 Descriptor descriptor = message.getDescriptorForType(); in printListValue() 761 for (FieldDescriptor field : message.getDescriptorForType().getFields()) { in print() 1156 wellKnownTypeParsers.get(builder.getDescriptorForType().getFullName()); in merge() 1187 Map<String, FieldDescriptor> fieldNameMap = getFieldNameMap(builder.getDescriptorForType()); in mergeMessage() 1198 + builder.getDescriptorForType().getFullName()); in mergeMessage() 1206 Descriptor descriptor = builder.getDescriptorForType(); in mergeAny() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | TestBadIdentifiers.java | 57 .getDefaultInstance().getDescriptorForType(); in testGetDescriptor() 62 .getDescriptorForType(); in testGetDescriptor()
|
D | MessageTest.java | 325 assertTrue(result.getField(result.getDescriptorForType() in testDynamicRepeatedMessageNull() 327 assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType() in testDynamicRepeatedMessageNull() 349 assertTrue(result.getField(result.getDescriptorForType() in testDynamicRepeatedMessageNotNull() 351 assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType() in testDynamicRepeatedMessageNotNull()
|
D | AbstractMessageTest.java | 69 public Descriptors.Descriptor getDescriptorForType() { in getDescriptorForType() method in AbstractMessageTest.AbstractMessageWrapper 70 return wrappedMessage.getDescriptorForType(); in getDescriptorForType() 121 public Descriptors.Descriptor getDescriptorForType() { in getDescriptorForType() method in AbstractMessageTest.AbstractMessageWrapper.Builder 122 return wrappedBuilder.getDescriptorForType(); in getDescriptorForType()
|
D | GeneratedMessageTest.java | 842 fieldBuilder1.getDescriptorForType().findFieldByName("bb"); in testGetFieldBuilder() 851 foreignFieldBuilder1.getDescriptorForType().findFieldByName("c"); in testGetFieldBuilder() 860 importFieldBuilder1.getDescriptorForType().findFieldByName("d"); in testGetFieldBuilder() 871 fieldBuilder2.getDescriptorForType().findFieldByName("bb"); in testGetFieldBuilder() 880 foreignFieldBuilder2.getDescriptorForType().findFieldByName("c"); in testGetFieldBuilder() 889 importFieldBuilder2.getDescriptorForType().findFieldByName("d"); in testGetFieldBuilder()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | AbstractMessage.java | 147 if (getDescriptorForType() != otherMessage.getDescriptorForType()) { in equals() 159 hash = (19 * hash) + getDescriptorForType().hashCode(); in hashCode() 198 Descriptors.Descriptor descriptor = entry.getDescriptorForType(); in convertMapEntryListToMap() 379 if (other.getDescriptorForType() != getDescriptorForType()) { in mergeFrom() 444 getDescriptorForType(), in mergeFrom()
|
D | MessageReflection.java | 55 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in writeMessageTo() 59 message.getDescriptorForType().getFields()) { in writeMessageTo() 91 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in getSerializedSize() 131 .getDescriptorForType() in isInitialized() 187 message.getDescriptorForType().getFields()) { in findMissingFields() 236 public Descriptors.Descriptor getDescriptorForType(); in getDescriptorForType() method 374 public Descriptors.Descriptor getDescriptorForType() { in getDescriptorForType() method in MessageReflection.BuilderAdapter 375 return builder.getDescriptorForType(); in getDescriptorForType() 563 public Descriptors.Descriptor getDescriptorForType() { in getDescriptorForType() method in MessageReflection.ExtensionAdapter
|
D | ProtocolMessageEnum.java | 58 EnumDescriptor getDescriptorForType(); in getDescriptorForType() method
|
D | BlockingService.java | 43 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType() method
|
D | Service.java | 52 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType() method
|
D | DynamicMessage.java | 153 return new Builder(prototype.getDescriptorForType()).mergeFrom(prototype); in newBuilder() 160 public Descriptor getDescriptorForType() { in getDescriptorForType() method in DynamicMessage 435 public Descriptor getDescriptorForType() { 592 if (getDescriptorForType().getFile().getSyntax() 603 if (getDescriptorForType().getFile().getSyntax()
|
D | MessageOrBuilder.java | 73 Descriptors.Descriptor getDescriptorForType(); in getDescriptorForType() method
|
D | GeneratedMessage.java | 107 public Descriptor getDescriptorForType() { in getDescriptorForType() method in GeneratedMessage 167 for (final FieldDescriptor field : getDescriptorForType().getFields()) { in isInitialized() 464 public Descriptor getDescriptorForType() { 623 for (final FieldDescriptor field : getDescriptorForType().getFields()) { 845 getDescriptorForType()) { 851 getDescriptorForType().getFullName() + "\"."); 976 input, unknownFields, extensionRegistry, getDescriptorForType(), 1137 if (field.getContainingType() != getDescriptorForType()) { 1225 getDescriptorForType()) { 1231 getDescriptorForType().getFullName() + "\"."); [all …]
|
D | GeneratedMessageV3.java | 108 public Descriptor getDescriptorForType() { in getDescriptorForType() method in GeneratedMessageV3 168 for (final FieldDescriptor field : getDescriptorForType().getFields()) { in isInitialized() 465 public Descriptor getDescriptorForType() { 624 for (final FieldDescriptor field : getDescriptorForType().getFields()) { 846 getDescriptorForType()) { 852 getDescriptorForType().getFullName() + "\"."); 977 input, unknownFields, extensionRegistry, getDescriptorForType(), 1138 if (field.getContainingType() != getDescriptorForType()) { 1226 getDescriptorForType()) { 1232 getDescriptorForType().getFullName() + "\"."); [all …]
|
D | Message.java | 160 Descriptors.Descriptor getDescriptorForType(); in getDescriptorForType() method
|
D | MapEntry.java | 182 public Descriptor getDescriptorForType() { in getDescriptorForType() method in MapEntry 303 public Descriptor getDescriptorForType() { in getDescriptorForType() method in MapEntry.Builder
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | TestBadIdentifiers.java | 56 .getDefaultInstance().getDescriptorForType(); in testGetDescriptor() 61 .getDescriptorForType(); in testGetDescriptor()
|
D | MessageTest.java | 324 assertTrue(result.getField(result.getDescriptorForType() in testDynamicRepeatedMessageNull() 326 assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType() in testDynamicRepeatedMessageNull() 348 assertTrue(result.getField(result.getDescriptorForType() in testDynamicRepeatedMessageNotNull() 350 assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType() in testDynamicRepeatedMessageNotNull()
|
D | GeneratedMessageTest.java | 1119 fieldBuilder1.getDescriptorForType().findFieldByName("bb"); in testGetFieldBuilder() 1128 foreignFieldBuilder1.getDescriptorForType().findFieldByName("c"); in testGetFieldBuilder() 1137 importFieldBuilder1.getDescriptorForType().findFieldByName("d"); in testGetFieldBuilder() 1148 fieldBuilder2.getDescriptorForType().findFieldByName("bb"); in testGetFieldBuilder() 1157 foreignFieldBuilder2.getDescriptorForType().findFieldByName("c"); in testGetFieldBuilder() 1166 importFieldBuilder2.getDescriptorForType().findFieldByName("d"); in testGetFieldBuilder() 1247 assertTrue(message.getDescriptorForType() == in testConflictingOuterClassName() 1555 fieldBuilder1.getDescriptorForType().findFieldByName("bb"); in testGetRepeatedFieldBuilder() 1563 foreignFieldBuilder1.getDescriptorForType().findFieldByName("c"); in testGetRepeatedFieldBuilder() 1572 importFieldBuilder1.getDescriptorForType().findFieldByName("d"); in testGetRepeatedFieldBuilder() [all …]
|
D | AbstractMessageTest.java | 68 public Descriptors.Descriptor getDescriptorForType() { in getDescriptorForType() method in AbstractMessageTest.AbstractMessageWrapper 69 return wrappedMessage.getDescriptorForType(); in getDescriptorForType() 133 public Descriptors.Descriptor getDescriptorForType() { in getDescriptorForType() method in AbstractMessageTest.AbstractMessageWrapper.Builder 134 return wrappedBuilder.getDescriptorForType(); in getDescriptorForType()
|
D | MapForProto2Test.java | 626 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in getFieldValue() 632 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in setFieldValue() 658 FieldDescriptor field = builder.getDescriptorForType().findFieldByName(name); in newMapEntry() 660 FieldDescriptor keyField = entryBuilder.getDescriptorForType().findFieldByName("key"); in newMapEntry() 661 FieldDescriptor valueField = entryBuilder.getDescriptorForType().findFieldByName("value"); in newMapEntry() 672 FieldDescriptor field = builder.getDescriptorForType().findFieldByName(name); in setMapValues() 1135 .getDefaultInstance().getDescriptorForType().getName()); in testMapInitializationOrder() 1142 message.getDescriptorForType().findFieldByName("map_field"), 0); in testMapInitializationOrder()
|
D | MapTest.java | 737 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in getFieldValue() 743 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in setFieldValue() 769 FieldDescriptor field = builder.getDescriptorForType().findFieldByName(name); in newMapEntry() 771 FieldDescriptor keyField = entryBuilder.getDescriptorForType().findFieldByName("key"); in newMapEntry() 772 FieldDescriptor valueField = entryBuilder.getDescriptorForType().findFieldByName("value"); in newMapEntry() 783 FieldDescriptor field = builder.getDescriptorForType().findFieldByName(name); in setMapValues()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
D | SentinelOuterClass.java | 392 getDescriptorForType() { in getDescriptorForType() method in SentinelOuterClass.Sentinel.Builder
|