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

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dpoint_const_iterator.hpp90 binary_heap_point_const_iterator_(entry_pointer p_e) : m_p_e(p_e)
95 binary_heap_point_const_iterator_() : m_p_e(0) { }
100 : m_p_e(other.m_p_e)
107 _GLIBCXX_DEBUG_ASSERT(m_p_e != 0);
115 _GLIBCXX_DEBUG_ASSERT(m_p_e != 0);
122 { return m_p_e == other.m_p_e; }
127 { return m_p_e != other.m_p_e; }
139 entry_pointer m_p_e; member in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
[all...]
H A Dconst_iterator.hpp106 { return base_type::m_p_e == other.m_p_e; }
111 { return base_type::m_p_e != other.m_p_e; }
116 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_e != 0);
124 binary_heap_const_iterator_ ret_it(base_type::m_p_e);
132 { ++base_type::m_p_e; } member in class:__gnu_pbds::detail::binary_heap_const_iterator_::base_type
H A Dinsert_fn_imps.hpp103 swap_value_imp(it.m_p_e, r_new_val, s_no_throw_copies_ind);
104 fix(it.m_p_e);
H A Derase_fn_imps.hpp142 const size_type fix_pos = it.m_p_e - m_a_entries;
143 std::swap(*it.m_p_e, m_a_entries[m_size - 1]);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcond_key_dtor_entry_dealtor.hpp55 : m_p_a(p_a), m_p_e(p_e), m_key_destruct(false),
72 entry* const m_p_e; member in class:__gnu_pbds::detail::cond_dealtor
86 m_p_e->m_value.first.~key_type();
87 m_p_a->deallocate(m_p_e, 1);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp59 : m_p_e(p_e), m_no_action_destructor(false) { }
65 s_alloc.deallocate(m_p_e, 1);
73 entry_pointer m_p_e; member in class:__gnu_pbds::detail::cond_dealtor

Completed in 53 milliseconds