Searched refs:token_stream (Results 1 – 12 of 12) sorted by relevance
130 pub fn parse<T: ParseQuote>(token_stream: TokenStream) -> T { in parse()132 match parser.parse2(token_stream) { in parse()
280 Display::fmt(&self.cursor().token_stream(), f) in fmt()286 Debug::fmt(&self.cursor().token_stream(), f) in fmt()1188 input.step(|cursor| Ok((cursor.token_stream(), Cursor::empty()))) in parse()
289 pub fn token_stream(self) -> TokenStream { in token_stream() method
1308 pub mod token_stream { module
170 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() function
86 parse::token_stream(cursor) in from_str_checked()
315 Compiler(proc_macro::token_stream::IntoIter),
6077 * @token_stream: stream of data to be used for the tokens, the length must6082 __u8 token_stream[];6089 * @bufsize: total available token buffer size (max size of @token_stream)6041 __u8 token_stream[]; global() member
14924 memcpy(cfg->payload_tok.token_stream, tok->token_stream, in nl80211_set_wowlan()