Home
last modified time | relevance | path

Searched refs:EofWhileParsingString (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/serde_json/src/
Derror.rs52 | ErrorCode::EofWhileParsingString in classify()
190 EofWhileParsingString, enumerator
287 ErrorCode::EofWhileParsingString => f.write_str("EOF while parsing a string"), in fmt()
Dread.rs445 return error(self, ErrorCode::EofWhileParsingString); in parse_str_bytes()
541 return error(self, ErrorCode::EofWhileParsingString); in ignore_str()
562 return error(self, ErrorCode::EofWhileParsingString); in decode_hex_escape()
808 None => error(read, ErrorCode::EofWhileParsingString), in next_or_eof()