Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro2/src/
Dwrapper.rs27 pub(crate) enum LexError { enum
97 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
109 fn proc_macro_parse(src: &str) -> Result<proc_macro::TokenStream, LexError> { in proc_macro_parse() argument
250 impl LexError { impl
259 impl From<proc_macro::LexError> for LexError { implementation
260 fn from(e: proc_macro::LexError) -> LexError { in from()
265 impl From<fallback::LexError> for LexError { implementation
266 fn from(e: fallback::LexError) -> LexError { in from()
271 impl Debug for LexError { implementation
280 impl Display for LexError { implementation
Dlib.rs132 pub struct LexError { struct
133 inner: imp::LexError, argument
134 _marker: Marker,
182 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
253 impl LexError { impl
259 impl Debug for LexError { implementation
265 impl Display for LexError { implementation
271 impl Error for LexError {} implementation
Dfallback.rs38 pub(crate) struct LexError { struct
42 impl LexError { impl
146 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
154 impl Display for LexError { implementation
Dparse.rs152 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() argument
238 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/ply/ply/ply/
Dlex.py57 class LexError(Exception): class
/external/libchrome/third_party/ply/
Dlex.py63 class LexError(Exception): class
/external/python/pycparser/pycparser/ply/
Dlex.py57 class LexError(Exception): class