Home
last modified time | relevance | path

Searched refs:token_stream (Results 1 – 12 of 12) sorted by relevance

/linux/rust/macros/
H A Dhelpers.rs
H A Dconcat_idents.rs
H A Dmodule.rs
/linux/rust/syn/
H A Dparse_quote.rs130 pub fn parse<T: ParseQuote>(token_stream: TokenStream) -> T { in parse()
132 match parser.parse2(token_stream) { in parse()
H A Dparse.rs280 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()
H A Dbuffer.rs289 pub fn token_stream(self) -> TokenStream { in token_stream() method
/linux/rust/proc-macro2/
H A Dlib.rs1308 pub mod token_stream { module
H A Dparse.rs170 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() function
H A Dfallback.rs86 parse::token_stream(cursor) in from_str_checked()
H A Dwrapper.rs315 Compiler(proc_macro::token_stream::IntoIter),
/linux/include/uapi/linux/
H A Dnl80211.h6077 * @token_stream: stream of data to be used for the tokens, the length must
6082 __u8 token_stream[];
6089 * @bufsize: total available token buffer size (max size of @token_stream)
6041 __u8 token_stream[]; global() member
/linux/net/wireless/
H A Dnl80211.c14924 memcpy(cfg->payload_tok.token_stream, tok->token_stream, in nl80211_set_wowlan()