Lines Matching refs:visit
33790 /// Unless `BorrowType` is `Immut`, do not use the handles to visit the same
33882 /// Do not use the duplicate handles to visit the same KV twice.
33896 // We duplicate the root NodeRef here -- we will never visit the same KV
34193 pub fn visit_nodes_in_order<F>(self, mut visit: F)
34198 Leaf(leaf) => visit(Position::Leaf(leaf)),
34200 visit(Position::Internal(internal));
34205 visit(Position::Leaf(leaf));
34208 visit(Position::InternalKV(kv));
34215 visit(Position::Internal(internal));