HomeSort by relevance Sort by last modified time
    Searched full:p_upper_bound (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 92 node_pointer p_upper_bound = this->upper_bound(r_key).m_p_nd; local
93 _GLIBCXX_DEBUG_ASSERT(p_upper_bound != 0);
95 splay(p_upper_bound);
96 _GLIBCXX_DEBUG_ASSERT(p_upper_bound->m_p_parent == this->m_p_head);
98 node_pointer p_new_root = p_upper_bound->m_p_left;
103 other.m_p_head->m_p_parent = p_upper_bound;
104 p_upper_bound->m_p_parent = other.m_p_head;
105 p_upper_bound->m_p_left = 0;
106 this->apply_update(p_upper_bound, (node_update*)this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 92 node_pointer p_upper_bound = this->upper_bound(r_key).m_p_nd; local
93 _GLIBCXX_DEBUG_ASSERT(p_upper_bound != 0);
95 splay(p_upper_bound);
96 _GLIBCXX_DEBUG_ASSERT(p_upper_bound->m_p_parent == this->m_p_head);
98 node_pointer p_new_root = p_upper_bound->m_p_left;
103 other.m_p_head->m_p_parent = p_upper_bound;
104 p_upper_bound->m_p_parent = other.m_p_head;
105 p_upper_bound->m_p_left = 0;
106 this->apply_update(p_upper_bound, (node_update*)this);

Completed in 156 milliseconds