Lines Matching refs:upper_bound
172 iterator upper_bound(const key_type& k);
173 const_iterator upper_bound(const key_type& k) const;
175 iterator upper_bound(const K& x); // C++14
177 const_iterator upper_bound(const K& x) const; // C++14
396 iterator upper_bound(const key_type& k);
397 const_iterator upper_bound(const key_type& k) const;
399 iterator upper_bound(const K& x); // C++14
401 const_iterator upper_bound(const K& x) const; // C++14
896 iterator upper_bound(const key_type& __k)
897 {return __tree_.upper_bound(__k);}
899 const_iterator upper_bound(const key_type& __k) const
900 {return __tree_.upper_bound(__k);}
905 upper_bound(const _K2& __k) {return __tree_.upper_bound(__k);}
909 upper_bound(const _K2& __k) const {return __tree_.upper_bound(__k);}
1432 iterator upper_bound(const key_type& __k)
1433 {return __tree_.upper_bound(__k);}
1435 const_iterator upper_bound(const key_type& __k) const
1436 {return __tree_.upper_bound(__k);}
1441 upper_bound(const _K2& __k) {return __tree_.upper_bound(__k);}
1445 upper_bound(const _K2& __k) const {return __tree_.upper_bound(__k);}