Searched refs:p_new_lf (Results 1 – 2 of 2) sorted by relevance
397 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); in insert() local398 cond_dealtor cond(p_new_lf); in insert()400 new (p_new_lf) leaf(r_val); in insert()401 apply_update(p_new_lf, (node_update* )this); in insert()405 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent, p_new_lf, 0, bag); in insert()409 update_min_max_for_inserted_leaf(p_new_lf); in insert()412 return std::make_pair(point_iterator(p_new_lf), true); in insert()461 update_min_max_for_inserted_leaf(leaf_pointer p_new_lf) in update_min_max_for_inserted_leaf() argument464 synth_e_access_traits::cmp_keys(PB_DS_V2F(p_new_lf->value()), in update_min_max_for_inserted_leaf()466 m_p_head->m_p_min = p_new_lf; in update_min_max_for_inserted_leaf()[all …]
178 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); in recursive_copy_node() local179 cond_dealtor cond(p_new_lf); in recursive_copy_node()180 new (p_new_lf) leaf(p_other_leaf->value()); in recursive_copy_node()181 apply_update(p_new_lf, (node_update* )this); in recursive_copy_node()183 return (p_new_lf); in recursive_copy_node()