Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java213 printer().escapingNonAscii(false).printFieldValue(field, value, output); in printUnicodeFieldValue()
227 public static void printFieldValue( in printFieldValue() method in TextFormat
229 printer().printFieldValue(field, value, output); in printFieldValue()
525 public void printFieldValue( in printFieldValue() method in TextFormat.Printer
528 printFieldValue(field, value, multiLineOutput(output)); in printFieldValue()
531 private void printFieldValue( in printFieldValue() method in TextFormat.Printer
740 printFieldValue(field, value, generator); in printSingleField()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java491 TextFormat.printFieldValue( in assertPrintFieldValue()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java1101 .printFieldValue(TestAllTypes.getDescriptor().findFieldByName(fieldName), value, sb); in assertPrintFieldValue()