Home
last modified time | relevance | path

Searched defs:old_root (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/avl/
Davl.cc229 grpc_avl_node* old_root = avl.root; in grpc_avl_add() local
290 grpc_avl_node* old_root = avl.root; in grpc_avl_remove() local
/third_party/boost/boost/intrusive/
Dsplaytree_algorithms.hpp587 node_ptr const old_root = NodeTraits::get_parent(header); in priv_splay_down() local
Dbstree_algorithms.hpp1403 static node_ptr rebalance_subtree(node_ptr old_root) in rebalance_subtree()