Searched refs:token_stream (Results 1 – 14 of 14) sorted by relevance
/third_party/rust/crates/syn/src/ |
D | parse_macro_input.rs | 138 pub fn parse<T: ParseMacroInput>(token_stream: TokenStream) -> Result<T> { in parse() 139 T::parse.parse(token_stream) in parse()
|
D | parse_quote.rs | 116 pub fn parse<T: ParseQuote>(token_stream: TokenStream) -> T { in parse() 118 match parser.parse2(token_stream) { in parse()
|
D | parse.rs | 283 Display::fmt(&self.cursor().token_stream(), f) in fmt() 289 Debug::fmt(&self.cursor().token_stream(), f) in fmt() 1086 input.step(|cursor| Ok((cursor.token_stream(), Cursor::empty()))) in parse() 1106 let mut group = Group::new(*delim, inside.token_stream()); in parse()
|
D | buffer.rs | 274 pub fn token_stream(self) -> TokenStream { in token_stream() method
|
/third_party/rust/crates/cxx/syntax/ |
D | attrs.rs | 239 begin.token_stream(), in parse_repr_attribute()
|
D | parse.rs | 735 let span = input.cursor().token_stream(); in parse_extern_verbatim()
|
/third_party/python/Lib/ |
D | inspect.py | 2071 token_stream = tokenize.tokenize(generator) 2083 t = next(token_stream) 2086 for t in token_stream:
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 687 def __init__(self, token_stream, filename, in_class='', visibility=None, argument 689 self.tokens = token_stream
|
/third_party/rust/crates/proc-macro2/src/ |
D | lib.rs | 1288 pub mod token_stream { module
|
D | fallback.rs | 195 parse::token_stream(cursor) in from_str()
|
D | parse.rs | 153 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() function
|
D | wrapper.rs | 305 Compiler(proc_macro::token_stream::IntoIter),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | nl80211_copy.h | 4839 __u8 token_stream[]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | nl80211_copy.h | 5298 __u8 token_stream[]; member
|