Home
last modified time | relevance | path

Searched refs:getFullName (Results 1 – 25 of 39) sorted by relevance

12

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java586 if (!files.add(file.getFullName())) { in addFile()
602 if (types.containsKey(message.getFullName())) { in addMessage()
603 logger.warning("Type " + message.getFullName() + " is added multiple times."); in addMessage()
607 types.put(message.getFullName(), message); in addMessage()
764 wellKnownTypePrinters.get(message.getDescriptorForType().getFullName()); in print()
783 Any.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
798 printers.put(BoolValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
799 printers.put(Int32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
800 printers.put(UInt32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
801 printers.put(Int64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
[all …]
DFieldMaskTree.java274 + descriptor.getFullName()); in merge()
281 + field.getFullName() in merge()
DFieldMaskUtil.java136 path + " is not a valid path for " + descriptor.get().getFullName()); in fromStringList()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTypeRegistryTest.java48 assertNull(TypeRegistry.getEmptyTypeRegistry().find(descriptor.getFullName())); in findDescriptorByFullName()
52 TypeRegistry.newBuilder().add(descriptor).build().find(descriptor.getFullName())); in findDescriptorByFullName()
60 .getDescriptorForTypeUrl("type.googleapis.com/" + descriptor.getFullName())); in findDescriptorByTypeUrl()
67 .getDescriptorForTypeUrl("type.googleapis.com/" + descriptor.getFullName())); in findDescriptorByTypeUrl()
DAnyTest.java82 "xxx.com/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().getTypeUrl()); in testCustomTypeUrls()
93 "yyy.com/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().getTypeUrl()); in testCustomTypeUrls()
104 "/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().getTypeUrl()); in testCustomTypeUrls()
DDescriptorsTest.java153 assertEquals("protobuf_unittest.TestAllTypes", messageType.getFullName()); in testDescriptor()
160 assertEquals("protobuf_unittest.TestAllTypes.NestedMessage", nestedType.getFullName()); in testDescriptor()
200 assertEquals("protobuf_unittest.TestAllTypes.optional_int32", primitiveField.getFullName()); in testFieldDescriptor()
226 assertEquals("protobuf_unittest.optional_int32_extension", extension.getFullName()); in testFieldDescriptor()
238 assertEquals("protobuf_unittest.TestRequired.single", nestedExtension.getFullName()); in testFieldDescriptor()
284 assertEquals("protobuf_unittest.ForeignEnum", enumType.getFullName()); in testEnumDescriptor()
290 assertEquals("protobuf_unittest.TestAllTypes.NestedEnum", nestedType.getFullName()); in testEnumDescriptor()
311 assertEquals("protobuf_unittest.TestService", service.getFullName()); in testServiceDescriptor()
DTextFormatTest.java540 .setTypeUrl("type.googleapis.com/" + TestAllTypes.getDescriptor().getFullName()) in testPrintAny_customBuiltTypeRegistry()
594 "type.googleapis.com/" + TestAllTypes.getDescriptor().getFullName()) in testPrintAny_anyWithDynamicMessage()
623 "type.googleapis.com/" + TestAllTypes.getDescriptor().getFullName()) in testPrintAny_anyFromWithNoValueField()
675 "type.googleapis.com/" + TestAllTypes.getDescriptor().getFullName()) in testPrintAny_anyWithInvalidFieldType()
707 .setTypeUrl("type.googleapis.com/" + TestAllTypes.getDescriptor().getFullName()) in testMergeAny_customBuiltTypeRegistry()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTypeRegistry.java133 if (!files.add(file.getFullName())) { in addFile()
149 if (types.containsKey(message.getFullName())) { in addMessage()
150 logger.warning("Type " + message.getFullName() + " is added multiple times."); in addMessage()
154 types.put(message.getFullName(), message); in addMessage()
DExtensionRegistry.java193 if (pair.descriptor.getFullName().equals(fullName)) { in getAllMutableExtensionsByExtendedType()
210 if (pair.descriptor.getFullName().equals(fullName)) { in getAllImmutableExtensionsByExtendedType()
237 + extension.getDescriptor().getFullName()); in newExtensionInfo()
324 extensionsByName.put(extension.descriptor.getFullName(), extension); in add()
338 extensionsByName.put(field.getMessageType().getFullName(), extension); in add()
DDescriptors.java108 public String getFullName() { in getFullName() method in Descriptors.FileDescriptor
562 .setName(message.getFullName() + ".placeholder.proto") in FileDescriptor()
675 public String getFullName() { in getFullName() method in Descriptors.Descriptor
1003 public String getFullName() { in getFullName() method in Descriptors.FieldDescriptor
1249 return getFullName(); in toString()
1448 + getContainingType().getFullName() in crossLink()
1668 public String getFullName() { in getFullName() method in Descriptors.EnumDescriptor
1870 public String getFullName() { in getFullName() method in Descriptors.EnumValueDescriptor
1907 fullName = parent.getFullName() + '.' + proto.getName(); in EnumValueDescriptor()
1923 this.fullName = parent.getFullName() + '.' + proto.getName(); in EnumValueDescriptor()
[all …]
DMapEntry.java202 + field.getFullName() in checkFieldDescriptor()
204 + metadata.descriptor.getFullName()); in checkFieldDescriptor()
317 + field.getFullName() in checkFieldDescriptor()
319 + metadata.descriptor.getFullName()); in checkFieldDescriptor()
330 throw new RuntimeException("\"" + field.getFullName() + "\" is not a message value field."); in newBuilderForField()
DTextFormat.java346 if (message.getDescriptorForType().getFullName().equals("google.protobuf.Any") in print()
718 generator.print(field.getMessageType().getFullName()); in printSingleField()
720 generator.print(field.getFullName()); in printSingleField()
1795 if ("google.protobuf.Any".equals(type.getFullName()) && tokenizer.tryConsume("[")) { in mergeField()
1817 + type.getFullName() in mergeField()
1828 + type.getFullName() in mergeField()
1864 + type.getFullName() in mergeField()
1992 "Non-repeated field \"" + field.getFullName() + "\" cannot be overwritten."); in consumeFieldValue()
1998 + field.getFullName() in consumeFieldValue()
2000 + target.getOneofFieldDescriptor(oneof).getFullName() in consumeFieldValue()
[all …]
DMessageReflection.java160 result.append('(').append(field.getFullName()).append(')'); in subMessagePrefix()
761 "Message-typed extension lacked default instance: " + field.getFullName()); in mergeFieldFrom()
/third_party/protobuf/php/src/Google/Protobuf/
DEnumDescriptor.php50 public function getFullName() function in Google\\Protobuf\\EnumDescriptor
52 return $this->internal_desc->getFullName();
DDescriptor.php54 public function getFullName() function in Google\\Protobuf\\Descriptor
56 return trim($this->internal_desc->getFullName(), ".");
DAny.php305 $fully_qualifed_name = $desc->getFullName();
318 $fully_qualifed_name = $desc->getFullName();
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorPool.php95 $this->proto_to_class[$descriptor->getFullName()] =
109 $this->proto_to_class[$descriptor->getFullName()] =
162 . " for " . $desc->getFullName(), E_ERROR);
DEnumDescriptor.php28 public function getFullName() function in Google\\Protobuf\\Internal\\EnumDescriptor
DDescriptor.php71 public function getFullName() function in Google\\Protobuf\\Internal\\Descriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp155 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
159 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
176 << BI->getParent()->getFullName() << ") instruction " in verifyCTRBranch()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java155 assertEquals("protobuf_unittest.TestAllTypes", messageType.getFullName()); in testDescriptor()
164 nestedType.getFullName()); in testDescriptor()
210 primitiveField.getFullName()); in testFieldDescriptor()
240 extension.getFullName()); in testFieldDescriptor()
255 nestedExtension.getFullName()); in testFieldDescriptor()
297 assertEquals("protobuf_unittest.ForeignEnum", enumType.getFullName()); in testEnumDescriptor()
305 nestedType.getFullName()); in testEnumDescriptor()
325 assertEquals("protobuf_unittest.TestService", service.getFullName()); in testServiceDescriptor()
/third_party/protobuf/php/tests/
DDescriptorsTest.php84 $this->assertSame('descriptors.TestDescriptorsMessage', $desc->getFullName());
203 …$this->assertSame('descriptors.TestDescriptorsMessage.MapInt32EnumEntry', $mapDesc->getFullName());
/third_party/flutter/skia/src/core/
DSkFontDescriptor.h64 const char* getFullName() const { return fFullName.c_str(); } in getFullName() function
/third_party/skia/src/core/
DSkFontDescriptor.h74 const char* getFullName() const { return fFullName.c_str(); } in getFullName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchive.h113 Expected<std::string> getFullName() const;

12