Searched defs:link_left (Results 1 – 2 of 2) sorted by relevance
43 bool link_left; member1655 bool link_left = unique(header) || !NodeTraits::get_left(pos); in insert_before_check() local1706 bool link_left = unique(header) || !NodeTraits::get_left(hint); in insert_equal_check() local1787 …atic void set_child(node_ptr header, node_ptr new_child, node_ptr new_parent, const bool link_left) in set_child()
663 static void link_left(node_ptr & t, node_ptr & l) in link_left() function in boost::intrusive::splaytree_algorithms