escapeBytes       236 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         generator.print(escapeBytes((ByteString) value));
escapeBytes       394 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(escapeBytes((ByteString) value));
escapeBytes      1393 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     return escapeBytes(ByteString.copyFromUtf8(input));
escapeBytes       484 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java       TextFormat.escapeBytes(bytes("\0\001\007\b\f\n\r\t\013\\\'\"")));
escapeBytes       499 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java                  TextFormat.escapeBytes(bytes(0xe1, 0x88, 0xb4)));