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
894 iterator upper_bound(const key_type& __k)
895 {return __tree_.upper_bound(__k);}
897 const_iterator upper_bound(const key_type& __k) const
898 {return __tree_.upper_bound(__k);}
903 upper_bound(const _K2& __k) {return __tree_.upper_bound(__k);}
907 upper_bound(const _K2& __k) const {return __tree_.upper_bound(__k);}
1426 iterator upper_bound(const key_type& __k)
1427 {return __tree_.upper_bound(__k);}
1429 const_iterator upper_bound(const key_type& __k) const
1430 {return __tree_.upper_bound(__k);}
1435 upper_bound(const _K2& __k) {return __tree_.upper_bound(__k);}
1439 upper_bound(const _K2& __k) const {return __tree_.upper_bound(__k);}