Searched refs:lower_bound (Results 1 – 3 of 3) sorted by relevance
283 iterator lower_bound(const key_type& x) in lower_bound() function285 return t.lower_bound(x); in lower_bound()290 const_iterator lower_bound(const key_type& x) const in lower_bound() function292 return t.lower_bound(x); in lower_bound()
602 iterator lower_bound(const Key& k) in lower_bound() function620 const_iterator lower_bound(const Key& k) const in lower_bound() function676 return Oscl_Pair<iterator, iterator>(lower_bound(k), upper_bound(k)); in equal_range()681 return Oscl_Pair<const_iterator, const_iterator>(lower_bound(k), upper_bound(k)); in equal_range()
2359 int lower_bound = -1, upper_bound = -1; local2371 GET_UNSIGNED_NUMBER (lower_bound);2380 upper_bound = lower_bound;2382 if (lower_bound < 0 || upper_bound > RE_DUP_MAX2383 || lower_bound > upper_bound)2452 lower_bound);2459 insert_op2 (set_number_at, laststart, 5, lower_bound, b);