Searched refs:l_bound_it (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp178 point_iterator l_bound_it = lower_bound(r_key); local
180 _GLIBCXX_DEBUG_ASSERT(l_bound_it == end() ||
181 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
184 if (l_bound_it == end() ||
185 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
186 return l_bound_it;
188 return ++l_bound_it;
196 point_const_iterator l_bound_it = lower_bound(r_key); local
198 _GLIBCXX_DEBUG_ASSERT(l_bound_it == end() ||
199 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp178 point_iterator l_bound_it = lower_bound(r_key); local
180 _GLIBCXX_DEBUG_ASSERT(l_bound_it == end() ||
181 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
184 if (l_bound_it == end() ||
185 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
186 return l_bound_it;
188 return ++l_bound_it;
196 point_const_iterator l_bound_it = lower_bound(r_key); local
198 _GLIBCXX_DEBUG_ASSERT(l_bound_it == end() ||
199 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
[all...]

Completed in 180 milliseconds