Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dparse_macro_input.rs138 pub fn parse<T: ParseMacroInput>(token_stream: TokenStream) -> Result<T> { in parse()
139 T::parse.parse(token_stream) in parse()
Dparse_quote.rs116 pub fn parse<T: ParseQuote>(token_stream: TokenStream) -> T { in parse()
118 match parser.parse2(token_stream) { in parse()
Dparse.rs283 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()
Dbuffer.rs274 pub fn token_stream(self) -> TokenStream { in token_stream() method
/third_party/rust/crates/cxx/syntax/
Dattrs.rs239 begin.token_stream(), in parse_repr_attribute()
Dparse.rs735 let span = input.cursor().token_stream(); in parse_extern_verbatim()
/third_party/python/Lib/
Dinspect.py2071 token_stream = tokenize.tokenize(generator)
2083 t = next(token_stream)
2086 for t in token_stream:
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py687 def __init__(self, token_stream, filename, in_class='', visibility=None, argument
689 self.tokens = token_stream
/third_party/rust/crates/proc-macro2/src/
Dlib.rs1288 pub mod token_stream { module
Dfallback.rs195 parse::token_stream(cursor) in from_str()
Dparse.rs153 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() function
Dwrapper.rs305 Compiler(proc_macro::token_stream::IntoIter),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dnl80211_copy.h4839 __u8 token_stream[]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dnl80211_copy.h5298 __u8 token_stream[]; member