HomeSort by relevance Sort by last modified time
    Searched refs:leaf_pointer (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 45 cond_dealtor(leaf_pointer p_nd) : m_p_nd(p_nd),
75 leaf_pointer m_p_nd;
erase_fn_imps.hpp 54 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()), r_key))
61 erase_leaf(static_cast<leaf_pointer>(p_nd));
117 actual_erase_leaf(leaf_pointer p_l)
163 static_cast<leaf_pointer>(p_nd)->~leaf();
164 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1);
180 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
198 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
217 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
236 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
271 erase_leaf(leaf_pointer p_l
    [all...]
point_iterators.hpp 117 leaf_pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
183 return static_cast<leaf_pointer>(m_p_nd)->value();
330 inline static leaf_pointer
334 return static_cast<leaf_pointer>(p_nd);
338 inline static leaf_pointer
342 return static_cast<leaf_pointer>(p_nd);
376 leaf_pointer; typedef in class:__gnu_pbds::detail::pat_trie_it_
428 return &static_cast<leaf_pointer>(base_it_type::m_p_nd)->value();
435 return static_cast<leaf_pointer>(base_it_type::m_p_nd)->value()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 45 cond_dealtor(leaf_pointer p_nd) : m_p_nd(p_nd),
75 leaf_pointer m_p_nd;
erase_fn_imps.hpp 54 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()), r_key))
61 erase_leaf(static_cast<leaf_pointer>(p_nd));
117 actual_erase_leaf(leaf_pointer p_l)
163 static_cast<leaf_pointer>(p_nd)->~leaf();
164 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1);
180 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
198 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
217 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
236 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd));
271 erase_leaf(leaf_pointer p_l
    [all...]
point_iterators.hpp 117 leaf_pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
183 return static_cast<leaf_pointer>(m_p_nd)->value();
330 inline static leaf_pointer
334 return static_cast<leaf_pointer>(p_nd);
338 inline static leaf_pointer
342 return static_cast<leaf_pointer>(p_nd);
376 leaf_pointer; typedef in class:__gnu_pbds::detail::pat_trie_it_
428 return &static_cast<leaf_pointer>(base_it_type::m_p_nd)->value();
435 return static_cast<leaf_pointer>(base_it_type::m_p_nd)->value()
    [all...]