Searched refs:p_new_lf (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp178 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); local
179 cond_dealtor cond(p_new_lf);
180 new (p_new_lf) leaf(p_other_leaf->value());
181 apply_update(p_new_lf, (node_update* )this);
183 return (p_new_lf);
H A Dinsert_join_fn_imps.hpp397 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); local
398 cond_dealtor cond(p_new_lf);
400 new (p_new_lf) leaf(r_val);
401 apply_update(p_new_lf, (node_update* )this);
405 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent, p_new_lf, 0, bag);
409 update_min_max_for_inserted_leaf(p_new_lf);
412 return std::make_pair(point_iterator(p_new_lf), true);
461 update_min_max_for_inserted_leaf(leaf_pointer p_new_lf) argument
464 synth_e_access_traits::cmp_keys(PB_DS_V2F(p_new_lf->value()),
466 m_p_head->m_p_min = p_new_lf;
[all...]

Completed in 51 milliseconds