Home
last modified time | relevance | path

Searched defs:LexerError (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dlexer_impl.rs19 pub enum LexerError { enum
36 impl fmt::Display for LexerError { implementation
57 impl std::error::Error for LexerError {} implementation
61 impl From<StrLitDecodeError> for LexerError { implementation
67 impl From<ParseIntError> for LexerError { implementation
73 impl From<ParseFloatError> for LexerError { implementation
79 impl From<float::ProtobufFloatParseError> for LexerError { implementation
/external/rust/crates/protobuf-support/src/lexer/
Dlexer_impl.rs18 pub enum LexerError { enum
53 impl From<ParseIntError> for LexerError { implementation
59 impl From<ParseFloatError> for LexerError { implementation
65 impl From<ProtobufFloatParseError> for LexerError { implementation
Dtokenizer.rs13 LexerError(#[from] LexerError), enumerator
/external/rust/crates/protobuf-parse/src/pure/
Dparser.rs71 LexerError(#[source] LexerError), enumerator