Home
last modified time | relevance | path

Searched refs:assign_next (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/pest/src/
Dprec_climber.rs153 fn assign_next<R: RuleType>(op: &mut Operator<R>, next: Operator<R>) { in bitor() function
155 assign_next(child, next); in bitor()
161 assign_next(&mut self, rhs); in bitor()
Dpratt_parser.rs83 fn assign_next<R: RuleType>(op: &mut Op<R>, next: Op<R>) { in bitor() function
85 assign_next(child, next); in bitor()
91 assign_next(&mut self, rhs); in bitor()