Home
last modified time | relevance | path

Searched refs:peek_any (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/syn/tests/
Dtest_parse_stream.rs11 let _ = input.peek(Ident::peek_any); in test_peek()
/third_party/rust/crates/syn/src/
Dext.rs53 const peek_any: private::PeekFn = private::PeekFn; constant
Dmeta.rs407 if input.peek(Ident::peek_any) { in parse_meta_path()
Dty.rs305 if input.peek(Token![::]) && input.peek3(Ident::peek_any) { in ambig_ty()
505 if !(input.peek(Ident::peek_any) in ambig_ty()
Dgenerics.rs793 if !(input.peek(Ident::peek_any) in parse_multiple()
Dexpr.rs1171 input.peek(Ident::peek_any) // value name or keyword in can_begin_expr()
/third_party/rust/crates/cxx/syntax/
Dqualified.rs41 while trailing_punct && input.peek(Ident::peek_any) { in parse_unquoted()