Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java876 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeString()
885 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeString()
894 TextFormat.merge(TextFormat.printToUnicodeString(message), builder); in testPrintToUnicodeString()
901 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
907 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
913 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
917 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
921 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeStringWithNewlines()
930 TextFormat.merge(TextFormat.printToUnicodeString(message), builder); in testPrintToUnicodeStringWithNewlines()
937 TextFormat.printToUnicodeString(UnknownFieldSet.newBuilder() in testPrintToUnicodeString_unknown()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java520 TextFormat.printToUnicodeString(TestAllTypes.newBuilder() in testPrintToUnicodeString()
530 TextFormat.printToUnicodeString(UnknownFieldSet.newBuilder() in testPrintToUnicodeString_unknown()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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