Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/
Dwrapper.rs28 pub(crate) enum LexError { enum
111 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
123 fn proc_macro_parse(src: &str) -> Result<proc_macro::TokenStream, LexError> { in proc_macro_parse() argument
260 impl LexError { impl
269 impl From<proc_macro::LexError> for LexError { implementation
275 impl From<fallback::LexError> for LexError { implementation
281 impl Debug for LexError { implementation
294 impl Display for LexError { implementation
Dlib.rs191 pub struct LexError { struct
192 inner: imp::LexError, argument
193 _marker: Marker,
241 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
314 impl LexError { impl
320 impl Debug for LexError { implementation
326 impl Display for LexError { implementation
332 impl Error for LexError {} implementation
1260 fn from_str(repr: &str) -> Result<Self, LexError> { in from_str() argument
Dfallback.rs39 pub(crate) struct LexError { struct
43 impl LexError { argument
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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/src/
H A Dwrapper.rs31 pub(crate) enum LexError { enum
114 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
126 fn proc_macro_parse(src: &str) -> Result<proc_macro::TokenStream, LexError> { in proc_macro_parse() argument
263 impl LexError { implementation
272 impl From<proc_macro::LexError> for LexError { implementation
278 impl From<fallback::LexError> for LexError { implementation
284 impl Debug for LexError { implementation
297 impl Display for LexError { implementation
H A Dlib.rs195 pub struct LexError { struct
196 inner: imp::LexError, argument
197 _marker: ProcMacroAutoTraits,
245 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
318 impl LexError { implementation
324 impl Debug for LexError { implementation
330 impl Display for LexError { implementation
336 impl Error for LexError {} implementation
1289 fn from_str(repr: &str) -> Result<Self, LexError> { in from_str() argument
H A Dfallback.rs43 pub(crate) struct LexError { struct
47 impl LexError { impl
176 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
190 impl Display for LexError { implementation
H A 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()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs95 pub struct LexError; struct
98 impl fmt::Display for LexError { implementation
105 impl error::Error for LexError {} implementation
108 impl !Send for LexError {} implementation
110 impl !Sync for LexError {} implementation
178 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
1489 fn from_str(src: &str) -> Result<Self, LexError> { in from_str() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs97 pub struct LexError; struct
100 impl fmt::Display for LexError { implementation
107 impl error::Error for LexError {} implementation
110 impl !Send for LexError {} implementation
112 impl !Sync for LexError {} implementation
180 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
1512 fn from_str(src: &str) -> Result<Self, LexError> { in from_str() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs97 pub struct LexError; struct
100 impl fmt::Display for LexError { implementation
107 impl error::Error for LexError {} implementation
110 impl !Send for LexError {} implementation
112 impl !Sync for LexError {} implementation
180 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
1512 fn from_str(src: &str) -> Result<Self, LexError> { in from_str() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs97 pub struct LexError; struct
100 impl fmt::Display for LexError { implementation
107 impl error::Error for LexError {} implementation
110 impl !Send for LexError {} implementation
112 impl !Sync for LexError {} implementation
180 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
1512 fn from_str(src: &str) -> Result<Self, LexError> { in from_str() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs95 pub struct LexError; struct
98 impl fmt::Display for LexError { implementation
105 impl error::Error for LexError {} implementation
108 impl !Send for LexError {} implementation
110 impl !Sync for LexError {} implementation
178 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument
1489 fn from_str(src: &str) -> Result<Self, LexError> { in from_str() argument
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py28 class LexError(Error): class
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Dlex.py57 class LexError(Exception): class
/aosp_15_r20/external/python/pycparser/pycparser/ply/
Dlex.py57 class LexError(Exception): class
/aosp_15_r20/external/ply/ply/ply/
H A Dlex.py57 class LexError(Exception): class
/aosp_15_r20/external/libchrome/third_party/ply/
H A Dlex.py63 class LexError(Exception): class