Home
last modified time | relevance | path

Searched refs:escapeBytes (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatEscaper.java49 static String escapeBytes(final ByteSequence input) { in escapeBytes() method in TextFormatEscaper
108 static String escapeBytes(final ByteString input) { in escapeBytes() method in TextFormatEscaper
109 return escapeBytes( in escapeBytes()
124 static String escapeBytes(final byte[] input) {
125 return escapeBytes(
145 return escapeBytes(ByteString.copyFromUtf8(input));
DTextFormat.java267 generator.print(escapeBytes((ByteString) value)); in printUnknownFieldValue()
422 generator.print(escapeBytes((ByteString) value)); in printFieldValue()
424 generator.print(escapeBytes((byte[]) value)); in printFieldValue()
528 generator.print(escapeBytes((ByteString) value)); in printUnknownFieldValue()
2030 public static String escapeBytes(ByteString input) { in escapeBytes() method in TextFormat
2031 return TextFormatEscaper.escapeBytes(input); in escapeBytes()
2035 public static String escapeBytes(byte[] input) { in escapeBytes() method in TextFormat
2036 return TextFormatEscaper.escapeBytes(input); in escapeBytes()
2162 return escapeBytes(ByteString.copyFromUtf8(input)); in escapeText()
DMessageLiteToString.java246 buffer.append(": \"").append(TextFormatEscaper.escapeBytes((ByteString) object)).append('"'); in printField()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java632 TextFormat.escapeBytes(bytes("\0\001\007\b\f\n\r\t\013\\\'\"\177"))); in testEscape()
646 assertEquals("hello", TextFormat.escapeBytes(bytes("hello"))); in testEscape()
653 assertEquals("\\341\\210\\264", TextFormat.escapeBytes(bytes(0xe1, 0x88, 0xb4))); in testEscape()
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...