Searched defs:punct (Results 1 - 9 of 9) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | buffer.rs | 240 pub fn punct(mut self) -> Option<(Punct, Cursor<'a>)> { in punct() functions [all...] |
H A D | error.rs | 285 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error() variables 290 let mut punct = Punct::new(':', Spacing::Alone); in to_compile_error() variables 296 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error() variables 301 let mut punct in to_compile_error() variables 307 let mut punct = Punct::new('!', Spacing::Alone); to_compile_error() variables [all...] |
H A D | token.rs | 1045 pub fn punct<const N: usize>(input: ParseStream, token: &str) -> Result<[Span; N]> { punct() functions 1106 pub fn punct(s: &str, spans: &[Span], tokens: &mut TokenStream) { punct() functions [all...] |
H A D | punctuated.rs | 957 pub fn punct(&self) -> Option<&P> { in punct() functions
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 875 fn punct(input: Cursor) -> PResult<Punct> { in punct() functions
|
H A D | wrapper.rs | 167 let mut punct = proc_macro::Punct::new(tt.as_char(), spacing); in into_compiler_token() variables
|
H A D | fallback.rs | 90 let mut punct = crate::Punct::new('-', Spacing::Alone); in push_token_from_proc_macro() variables
|
/third_party/rust/crates/quote/src/ |
H A D | runtime.rs | 372 let mut punct = Punct::new($char1, Spacing::Alone); variables 385 let mut punct = Punct::new($char1, Spacing::Joint); variables 388 let mut punct = Punct::new($char2, Spacing::Alone); variables 402 let mut punct variables 405 let mut punct = Punct::new($char2, Spacing::Joint); global() variables 408 let mut punct = Punct::new($char3, Spacing::Alone); global() variables [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 3507 int punct; in _Py_normalize_encoding() local
|
Completed in 26 milliseconds