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

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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);
/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_/
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);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/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);
/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_/
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);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/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);
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/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);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/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 1186 milliseconds