Home
last modified time | relevance | path

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

/Linux-v6.6/rust/macros/
Dhelpers.rs3 use proc_macro::{token_stream, Group, Punct, Spacing, TokenStream, TokenTree};
5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { in try_ident()
13 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { in try_literal()
21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string()
37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident()
41 pub(crate) fn expect_punct(it: &mut token_stream::IntoIter) -> char { in expect_punct()
49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string()
53 pub(crate) fn expect_string_ascii(it: &mut token_stream::IntoIter) -> String { in expect_string_ascii()
59 pub(crate) fn expect_group(it: &mut token_stream::IntoIter) -> Group { in expect_group()
67 pub(crate) fn expect_end(it: &mut token_stream::IntoIter) { in expect_end()
Dconcat_idents.rs3 use proc_macro::{token_stream, Ident, TokenStream, TokenTree};
7 fn expect_ident(it: &mut token_stream::IntoIter) -> Ident { in expect_ident()
Dmodule.rs4 use proc_macro::{token_stream, Delimiter, Literal, TokenStream, TokenTree};
7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array()
103 fn parse(it: &mut token_stream::IntoIter) -> Self { in parse()
/Linux-v6.6/include/uapi/linux/
Dnl80211.h5717 __u8 token_stream[]; member
/Linux-v6.6/net/wireless/
Dnl80211.c13532 memcpy(cfg->payload_tok.token_stream, tok->token_stream, in nl80211_parse_wowlan_tcp()