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

/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp182 point_iterator l_bound_it = lower_bound(r_key); local
184 _GLIBCXX_DEBUG_ASSERT(l_bound_it == end() ||
185 !synth_e_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
188 if (l_bound_it == end() ||
189 synth_e_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
190 return l_bound_it;
192 return ++l_bound_it;
200 const_point_iterator l_bound_it = lower_bound(r_key); local
202 _GLIBCXX_DEBUG_ASSERT(l_bound_it == end() ||
203 !synth_e_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
[all...]

Completed in 89 milliseconds