/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/ |
D | wrapper.rs | 28 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
|
D | lib.rs | 191 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
|
D | fallback.rs | 39 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
|
D | parse.rs | 168 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 D | wrapper.rs | 31 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 D | lib.rs | 195 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 D | fallback.rs | 43 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 D | parse.rs | 168 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 D | lib.rs | 95 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 D | lib.rs | 97 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 D | lib.rs | 97 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 D | lib.rs | 97 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 D | lib.rs | 95 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 D | lexer.py | 28 class LexError(Error): class
|
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/ |
H A D | lex.py | 57 class LexError(Exception): class
|
/aosp_15_r20/external/python/pycparser/pycparser/ply/ |
D | lex.py | 57 class LexError(Exception): class
|
/aosp_15_r20/external/ply/ply/ply/ |
H A D | lex.py | 57 class LexError(Exception): class
|
/aosp_15_r20/external/libchrome/third_party/ply/ |
H A D | lex.py | 63 class LexError(Exception): class
|