Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/text_format/lexer/
Dlexer_impl.rs20 IncorrectInput, // TODO: something better than this enumerator
39 LexerError::IncorrectInput => write!(f, "Incorrect input"), in fmt()
492 '\n' | '\0' => Err(LexerError::IncorrectInput), in next_byte_value()
544 None => return Err(LexerError::IncorrectInput), in next_str_lit_raw()
662 Err(LexerError::IncorrectInput) in next_token_inner()
Dtoken.rs38 _ => Err(LexerError::IncorrectInput), in to_num_lit()