Home
last modified time | relevance | path

Searched refs:to_tokens (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/rust/macros/
H A Dquote.rs6 fn to_tokens(&self, tokens: &mut TokenStream); in to_tokens() functions
10 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens() functions
12 v.to_tokens(tokens); in to_tokens()
18 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens() functions
24 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens() functions
30 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens() functions
55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts);
62 $crate::quote::ToTokens::to_tokens(&token, &mut ts);

Completed in 1 milliseconds