Searched refs:token_stream (Results 1 - 16 of 16) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | parse_quote.rs | 115 pub fn parse<T: ParseQuote>(token_stream: TokenStream) -> T { in parse() 117 match parser.parse2(token_stream) { in parse()
|
H A D | parse.rs | 276 Display::fmt(&self.cursor().token_stream(), f) in fmt() 282 Debug::fmt(&self.cursor().token_stream(), f) in fmt() 1184 input.step(|cursor| Ok((cursor.token_stream(), Cursor::empty()))) in parse()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-locale.cc | 207 std::istringstream token_stream(value); 208 while (std::getline(token_stream, token, '-')) {
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 168 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> {
|
H A D | lib.rs | 1281 pub mod token_stream { modules
|
H A D | fallback.rs | 182 parse::token_stream(cursor) in from_str()
|
H A D | wrapper.rs | 309 Compiler(proc_macro::token_stream::IntoIter),
|
/third_party/python/Lib/ |
H A D | inspect.py | 2123 token_stream = tokenize.tokenize(generator) 2135 t = next(token_stream) 2138 for t in token_stream:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 4834 * @token_stream: stream of data to be used for the tokens, the length must 4839 __u8 token_stream[]; member 4846 * @bufsize: total available token buffer size (max size of @token_stream)
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 687 def __init__(self, token_stream, filename, in_class='', visibility=None, 689 self.tokens = token_stream
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 5366 * @token_stream: stream of data to be used for the tokens, the length must 5371 __u8 token_stream[]; member 5378 * @bufsize: total available token buffer size (max size of @token_stream)
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | parse.rs | 730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | parse.rs | 730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | parse.rs | 730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | parse.rs | 730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
|
Completed in 43 milliseconds