Home
last modified time | relevance | path

Searched refs:token_stream (Results 1 - 16 of 16) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dparse_quote.rs115 pub fn parse<T: ParseQuote>(token_stream: TokenStream) -> T { in parse()
117 match parser.parse2(token_stream) { in parse()
H A Dparse.rs276 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 Djs-locale.cc207 std::istringstream token_stream(value);
208 while (std::getline(token_stream, token, '-')) {
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs168 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> {
H A Dlib.rs1281 pub mod token_stream { modules
H A Dfallback.rs182 parse::token_stream(cursor) in from_str()
H A Dwrapper.rs309 Compiler(proc_macro::token_stream::IntoIter),
/third_party/python/Lib/
H A Dinspect.py2123 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 Dnl80211_copy.h4834 * @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 Dast.py687 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 Dnl80211_copy.h5366 * @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 Dparse.rs730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dparse.rs730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dparse.rs730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dparse.rs730 let span = input.cursor().token_stream(); in parse_extern_verbatim()
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs730 let span = input.cursor().token_stream(); in parse_extern_verbatim()

Completed in 43 milliseconds