Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSchemaUtil.java47 getUnknownFieldSetSchema(false);
49 getUnknownFieldSetSchema(true);
797 private static UnknownFieldSchema<?, ?> getUnknownFieldSetSchema(boolean proto3) { in getUnknownFieldSetSchema() method in SchemaUtil