Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java875 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeString()
884 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeString()
893 TextFormat.merge(TextFormat.printToUnicodeString(message), builder); in testPrintToUnicodeString()
900 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
906 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
912 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
916 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
920 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
929 TextFormat.merge(TextFormat.printToUnicodeString(message), builder); in testPrintToUnicodeStringWithNewlines()
936 TextFormat.printToUnicodeString(UnknownFieldSet.newBuilder() in testPrintToUnicodeString_unknown()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java183 public static String printToUnicodeString(final MessageOrBuilder message) { in printToUnicodeString() method in TextFormat
197 public static String printToUnicodeString(final UnknownFieldSet fields) { in printToUnicodeString() method in TextFormat