Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java63 private static final Printer SINGLE_LINE_PRINTER = field in TextFormat
113 SINGLE_LINE_PRINTER.print(message, new TextGenerator(sb)); in shortDebugString()
129 SINGLE_LINE_PRINTER.printField(field, value, new TextGenerator(sb)); in shortDebugString()
143 SINGLE_LINE_PRINTER.printUnknownFields(fields, new TextGenerator(sb)); in shortDebugString()