Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/development/vndk/tools/sourcedr/blueprint/
H A Dblueprint.py117 class LexerError(ValueError): class
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-2a_cortex-a55_static/gen/lex/frameworks/compile/mclinker/lib/Script/
DScriptScanner.cpp3139 void yyFlexLexer::LexerError( const char* msg ) in LexerError() function in yyFlexLexer
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/linux_glibc_x86_64_static/gen/lex/frameworks/compile/mclinker/lib/Script/
DScriptScanner.cpp3139 void yyFlexLexer::LexerError( const char* msg ) in LexerError() function in yyFlexLexer
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs71 LexerError(#[source] LexerError), enumerator