Home
last modified time | relevance | path

Searched defs:punct (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dbuffer.rs240 pub fn punct(mut self) -> Option<(Punct, Cursor<'a>)> { in punct() functions
[all...]
H A Derror.rs285 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 Dtoken.rs1045 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 Dpunctuated.rs957 pub fn punct(&self) -> Option<&P> { in punct() functions
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs875 fn punct(input: Cursor) -> PResult<Punct> { in punct() functions
H A Dwrapper.rs167 let mut punct = proc_macro::Punct::new(tt.as_char(), spacing); in into_compiler_token() variables
H A Dfallback.rs90 let mut punct = crate::Punct::new('-', Spacing::Alone); in push_token_from_proc_macro() variables
/third_party/rust/crates/quote/src/
H A Druntime.rs372 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 Dunicodeobject.c3507 int punct; in _Py_normalize_encoding() local

Completed in 26 milliseconds