Home
last modified time | relevance | path

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

/external/protobuf/java/src/test/java/com/google/protobuf/
DTextFormatTest.java843 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeString()
852 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeString()
861 TextFormat.merge(TextFormat.printToUnicodeString(message), builder); in testPrintToUnicodeString()
868 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
874 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
880 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
884 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
888 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
896 TextFormat.printToUnicodeString(UnknownFieldSet.newBuilder() in testPrintToUnicodeString_unknown()
967 TextFormat.merge(TextFormat.printToUnicodeString(message), dest); in testOneofTextFormat()
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java168 public static String printToUnicodeString(final MessageOrBuilder message) { in printToUnicodeString() method in TextFormat
182 public static String printToUnicodeString(final UnknownFieldSet fields) { in printToUnicodeString() method in TextFormat