Home
last modified time | relevance | path

Searched refs:setTypeRegistry (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java691 .setTypeRegistry(TypeRegistry.newBuilder().add(TestAllTypes.getDescriptor()).build()) in testMergeAny_customBuiltTypeRegistry()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1587 public Builder setTypeRegistry(TypeRegistry typeRegistry) { in setTypeRegistry() method in TextFormat.Parser.Builder