Searched refs:into_token_stream (Results 1 - 9 of 9) sorted by relevance
/third_party/rust/crates/syn/tests/ |
H A D | test_lit.rs | 33 let again = lit.into_token_stream().to_string(); in strings() 72 let again = lit.into_token_stream().to_string(); in byte_strings() 104 let again = lit.into_token_stream().to_string(); in bytes() 126 let again = lit.into_token_stream().to_string(); in chars() 153 let again = lit.into_token_stream().to_string(); in ints() 193 let again = lit.into_token_stream().to_string(); in floats()
|
/third_party/rust/crates/quote/src/ |
H A D | to_tokens.rs | 69 fn into_token_stream(self) -> TokenStream in into_token_stream() functions 206 fn into_token_stream(self) -> TokenStream { in into_token_stream() functions
|
H A D | spanned.rs | 24 join_spans(self.into_token_stream()) in __span()
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 71 fn into_token_stream(mut self) -> proc_macro::TokenStream { in into_token_stream() functions 95 TokenStream::Compiler(s) => s.into_token_stream(), in unwrap_nightly() 131 TokenStream::Compiler(tts) => Display::fmt(&tts.clone().into_token_stream(), f), in fmt() 146 TokenStream::Compiler(inner) => inner.into_token_stream(), in from() 205 TokenStream::Compiler(s) => s.into_token_stream(), in from_iter() 254 TokenStream::Compiler(tts) => Debug::fmt(&tts.clone().into_token_stream(), f), in fmt() 320 TokenTreeIter::Compiler(tts.into_token_stream().into_iter()) in into_iter() 562 Group::Compiler(proc_macro::Group::new(delimiter, tts.into_token_stream())) in new()
|
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/ |
H A D | mod.rs | 63 .map(|item| item.into_token_stream());
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | ctxt.rs | 37 .push(syn::Error::new_spanned(obj.into_token_stream(), msg)); in error_spanned_by()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | ctxt.rs | 37 .push(syn::Error::new_spanned(obj.into_token_stream(), msg)); in error_spanned_by()
|
/third_party/rust/crates/syn/src/ |
H A D | error.rs | 190 return new_spanned(tokens.into_token_stream(), message.to_string()); in new_spanned()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 2793 tokens.into_token_stream()
|
Completed in 11 milliseconds