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

/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dfind_fn_imps.hpp52 node_pointer p_found = find_imp(r_key); local
53 if (p_found != base_type::m_p_head)
54 splay(p_found);
55 return point_iterator(p_found);
63 const node_pointer p_found = find_imp(r_key); local
64 if (p_found != base_type::m_p_head)
65 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
66 return point_iterator(p_found);

Completed in 38 milliseconds