unescapeBytes 1086 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java TextFormat.unescapeBytes(proto.getDefaultValue()); unescapeBytes 898 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java final ByteString result = unescapeBytes(escaped); unescapeBytes 1402 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java return unescapeBytes(input).toStringUtf8(); unescapeBytes 488 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java TextFormat.unescapeBytes("\\000\\001\\a\\b\\f\\n\\r\\t\\v\\\\\\'\\\"")); unescapeBytes 502 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java TextFormat.unescapeBytes("\\341\\210\\264")); unescapeBytes 505 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java TextFormat.unescapeBytes("\\xe1\\x88\\xb4")); unescapeBytes 510 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertEquals(zhByteString, TextFormat.unescapeBytes(zh));