Home
last modified time | relevance | path

Searched defs:LexError (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/proc-macro2/src/
Dwrapper.rs28 pub(crate) enum LexError { enum
33 impl LexError { implementation
106 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
118 fn proc_macro_parse(src: &str) -> Result<proc_macro::TokenStream, LexError> { in proc_macro_parse() argument
255 impl LexError { impl
264 impl From<proc_macro::LexError> for LexError { implementation
270 impl From<fallback::LexError> for LexError { implementation
276 impl Debug for LexError { implementation
285 impl Display for LexError { implementation
Dlib.rs179 pub struct LexError { struct
180 inner: imp::LexError, argument
181 _marker: Marker,
229 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
302 impl LexError { impl
308 impl Debug for LexError { implementation
314 impl Display for LexError { implementation
320 impl Error for LexError {} implementation
1250 fn from_str(repr: &str) -> Result<Self, LexError> { in from_str() argument
Dfallback.rs39 pub(crate) struct LexError { struct
43 impl LexError { implementation
172 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
186 impl Display for LexError { implementation
Dparse.rs168 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() argument
253 fn lex_error(cursor: Cursor) -> LexError { in lex_error()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dlexer.py28 class LexError(Error): class
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py57 class LexError(Exception): class
/external/python/pycparser/pycparser/ply/
Dlex.py57 class LexError(Exception): class
/external/ply/ply/ply/
Dlex.py57 class LexError(Exception): class
/external/libchrome/third_party/ply/
Dlex.py63 class LexError(Exception): class