Searched refs:expected_chars (Results 1 – 1 of 1) sorted by relevance
113 const uint8_t* expected_chars = content.ToOneByteVector().start(); in ParseJsonString() local116 if (c0 != expected_chars[i] || c0 == '"' || c0 < 0x20 || c0 == '\\') { in ParseJsonString()