Searched refs:Joint (Results 1 – 16 of 16) sorted by relevance
| /linux/rust/quote/ |
| H A D | runtime.rs | 311 TokenTree::Punct(Punct::new('\'', Spacing::Joint)), in push_lifetime() 320 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() 344 tokens.append(Punct::new($char1, Spacing::Joint)); 349 let mut punct = Punct::new($char1, Spacing::Joint); 360 tokens.append(Punct::new($char1, Spacing::Joint)); 361 tokens.append(Punct::new($char2, Spacing::Joint)); 366 let mut punct = Punct::new($char1, Spacing::Joint); 369 let mut punct = Punct::new($char2, Spacing::Joint);
|
| /linux/rust/syn/ |
| H A D | tt.rs | 39 (Spacing::Alone, Spacing::Alone) | (Spacing::Joint, Spacing::Joint) => true, in eq() 74 Spacing::Joint => 1u8.hash(h), in hash()
|
| H A D | error.rs | 287 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error() 298 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error()
|
| H A D | lifetime.rs | 152 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens()
|
| H A D | buffer.rs | 226 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in lifetime() 359 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in skip()
|
| H A D | token.rs | 1024 } else if punct.spacing() != Spacing::Joint { in punct_helper() 1046 } else if punct.spacing() != Spacing::Joint { in peek_punct() 1074 let mut op = Punct::new(ch, Spacing::Joint); in punct()
|
| H A D | scan_expr.rs | 214 Some((punct, rest)) if punct.spacing() == Spacing::Joint => { in scan_expr()
|
| /linux/rust/macros/ |
| H A D | pin_data.rs | |
| H A D | paste.rs | 96 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
|
| H A D | quote.rs | 97 $v.extend([::proc_macro::Spacing::Joint, ::proc_macro::Spacing::Alone].map(|spacing| {
|
| /linux/rust/proc-macro2/ |
| H A D | wrapper.rs | 168 Spacing::Joint => proc_macro::Spacing::Joint, in into_compiler_token() 347 proc_macro::Spacing::Joint => Spacing::Joint, in next()
|
| H A D | parse.rs | 882 Ok((rest, Punct::new('\'', Spacing::Joint))) in punct() 886 Ok(_) => Spacing::Joint, in punct()
|
| H A D | lib.rs | 792 Joint, enumerator
|
| H A D | fallback.rs | 230 joint = tt.spacing() == Spacing::Joint; in fmt()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 378 - Joint Stereo 392 Joint Stereo audio mode extension. In Layer I and II they indicate
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 1523 The cx23415 cannot decode Joint Stereo properly.
|