Home
last modified time | relevance | path

Searched refs:advance_to (Results 1 - 13 of 13) sorted by relevance

/third_party/rust/crates/syn/src/
H A Drestriction.rs74 input.advance_to(&ahead); in parse()
107 input.advance_to(&ahead); in parse_pub()
119 input.advance_to(&ahead); in parse_pub()
H A Ddiscouraged.rs41 /// `advance_to`, we can avoid having to parse the speculatively parsed
91 /// input.advance_to(&fork);
155 /// The forked stream in the argument of `advance_to` must have been
158 fn advance_to(&self, fork: &Self); in advance_to() functions
162 fn advance_to(&self, fork: &Self) { in advance_to() functions
H A Dattr.rs698 input.advance_to(&ahead); in parse_meta_name_value_after_path()
H A Dstmt.rs197 input.advance_to(&ahead); in parse_stmt()
H A Ddata.rs187 input.advance_to(&ahead); in parse()
H A Dexpr.rs1201 input.advance_to(&ahead); in parse_expr()
1294 input.advance_to(&ahead); in parse_expr()
1751 input.advance_to(&scan); in atom_expr()
2585 input.advance_to(&ahead); in expr_break()
H A Ditem.rs1067 input.advance_to(&ahead);
1546 input.advance_to(&ahead); in parse_fn_arg_or_variadic()
2255 input.advance_to(&ahead); in parse()
2602 input.advance_to(&ahead); in parse()
/third_party/rust/crates/syn/tests/
H A Dtest_parse_buffer.rs15 input1.advance_to(input2); in smuggled_speculative_cursor_between_sources()
35 a.advance_to(&b); in smuggled_speculative_cursor_between_brackets()
51 input.advance_to(&a); in smuggled_speculative_cursor_into_brackets()
/third_party/rust/crates/cxx/gen/src/
H A Dfile.rs52 input.advance_to(&ahead); in parse()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dfile.rs52 input.advance_to(&ahead); in parse()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dfile.rs52 input.advance_to(&ahead); in parse()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dfile.rs52 input.advance_to(&ahead); in parse()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc943 PerThreadSynch *advance_to = head; // next value of enqueue_after in Enqueue() local
945 enqueue_after = advance_to; in Enqueue()
947 advance_to = Skip(enqueue_after->next); in Enqueue()
948 } while (s->priority <= advance_to->priority); in Enqueue()

Completed in 15 milliseconds