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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Derase_fn_imps.hpp94 const size_type ersd = base_type::erase_if(pred); local
97 return ersd;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Derase_fn_imps.hpp94 const size_type ersd = base_type::erase_if(pred); local
97 return ersd;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp134 size_type ersd = 0; local
137 ++ersd;
162 return ersd;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp134 size_type ersd = 0; local
137 ++ersd;
162 return ersd;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp58 const size_type ersd = m_size - left; local
59 _GLIBCXX_DEBUG_ASSERT(m_size >= ersd);
62 const size_type other_actual_size = other.get_new_size_for_arbitrary(ersd);
97 other.m_size = ersd;
H A Derase_fn_imps.hpp112 const size_type ersd = m_size - left; local
133 return ersd;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp58 const size_type ersd = m_size - left; local
59 _GLIBCXX_DEBUG_ASSERT(m_size >= ersd);
62 const size_type other_actual_size = other.get_new_size_for_arbitrary(ersd);
97 other.m_size = ersd;
H A Derase_fn_imps.hpp112 const size_type ersd = m_size - left; local
133 return ersd;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Derase_fn_imps.hpp220 size_type ersd = 0; local
223 ++ersd;
239 return ersd;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Derase_fn_imps.hpp220 size_type ersd = 0; local
223 ++ersd;
239 return ersd;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Derase_fn_imps.hpp213 size_type ersd = 0; local
216 ++ersd;
233 return ersd;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Derase_fn_imps.hpp213 size_type ersd = 0; local
216 ++ersd;
233 return ersd;

Completed in 155 milliseconds