Searched refs:upper_bound_it (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Ddebug_fn_imps.hpp70 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it)); local
71 --upper_bound_it;
72 PB_DS_DEBUG_VERIFY(upper_bound_it == it);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Ddebug_fn_imps.hpp70 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it)); local
71 --upper_bound_it;
72 PB_DS_DEBUG_VERIFY(upper_bound_it == it);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Ddebug_fn_imps.hpp220 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it)); local
221 --upper_bound_it;
222 PB_DS_DEBUG_VERIFY(upper_bound_it.m_p_nd == it.m_p_nd);
240 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it)); local
241 --upper_bound_it;
242 PB_DS_DEBUG_VERIFY(upper_bound_it.m_p_nd == reverse_it.m_p_nd);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Ddebug_fn_imps.hpp220 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it)); local
221 --upper_bound_it;
222 PB_DS_DEBUG_VERIFY(upper_bound_it.m_p_nd == it.m_p_nd);
240 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it)); local
241 --upper_bound_it;
242 PB_DS_DEBUG_VERIFY(upper_bound_it.m_p_nd == reverse_it.m_p_nd);

Completed in 88 milliseconds