Lines Matching refs:upper_bound
152 iterator upper_bound(const key_type& k);
153 const_iterator upper_bound(const key_type& k) const;
155 iterator upper_bound(const K& x); // C++14
157 const_iterator upper_bound(const K& x) const; // C++14
331 iterator upper_bound(const key_type& k);
332 const_iterator upper_bound(const key_type& k) const;
334 iterator upper_bound(const K& x); // C++14
336 const_iterator upper_bound(const K& x) const; // C++14
685 iterator upper_bound(const key_type& __k)
686 {return __tree_.upper_bound(__k);}
688 const_iterator upper_bound(const key_type& __k) const
689 {return __tree_.upper_bound(__k);}
694 upper_bound(const _K2& __k) {return __tree_.upper_bound(__k);}
698 upper_bound(const _K2& __k) const {return __tree_.upper_bound(__k);}
1089 iterator upper_bound(const key_type& __k)
1090 {return __tree_.upper_bound(__k);}
1092 const_iterator upper_bound(const key_type& __k) const
1093 {return __tree_.upper_bound(__k);}
1098 upper_bound(const _K2& __k) {return __tree_.upper_bound(__k);}
1102 upper_bound(const _K2& __k) const {return __tree_.upper_bound(__k);}