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

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dfind_fn_imps.hpp46 node_pointer p_found = find_imp(r_key); local
47 if (p_found != base_type::m_p_head)
48 splay(p_found);
49 return point_iterator(p_found);
57 const node_pointer p_found = find_imp(r_key); local
58 if (p_found != base_type::m_p_head)
59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
60 return point_iterator(p_found);

Completed in 111 milliseconds