Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java235 public static void printFieldValue(final FieldDescriptor field, in printFieldValue() method in TextFormat
239 DEFAULT_PRINTER.printFieldValue(field, value, new TextGenerator(output)); in printFieldValue()
368 printFieldValue(field, value, generator); in printSingleField()
386 private void printFieldValue(final FieldDescriptor field, in printFieldValue() method in TextFormat.Printer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java491 TextFormat.printFieldValue( in assertPrintFieldValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java831 TextFormat.printFieldValue( in assertPrintFieldValue()