Searched defs:LexerError (Results 1 – 7 of 7) sorted by relevance
19 pub enum LexerError { enum36 impl fmt::Display for LexerError { implementation57 impl std::error::Error for LexerError {} implementation61 impl From<StrLitDecodeError> for LexerError { implementation67 impl From<ParseIntError> for LexerError { implementation73 impl From<ParseFloatError> for LexerError { implementation79 impl From<float::ProtobufFloatParseError> for LexerError { implementation
18 pub enum LexerError { enum53 impl From<ParseIntError> for LexerError { implementation59 impl From<ParseFloatError> for LexerError { implementation65 impl From<ProtobufFloatParseError> for LexerError { implementation
13 LexerError(#[from] LexerError), enumerator
117 class LexerError(ValueError): class
3139 void yyFlexLexer::LexerError( const char* msg ) in LexerError() function in yyFlexLexer
71 LexerError(#[source] LexerError), enumerator