Searched refs:owner_before (Results 1 – 11 of 11) sorted by relevance
248 return !__rhs._M_dir.owner_before(__lhs._M_dir) in _GLIBCXX_VISIBILITY()249 && !__lhs._M_dir.owner_before(__rhs._M_dir); in _GLIBCXX_VISIBILITY()343 return !__rhs._M_dirs.owner_before(__lhs._M_dirs) in _GLIBCXX_VISIBILITY()344 && !__lhs._M_dirs.owner_before(__rhs._M_dirs); in _GLIBCXX_VISIBILITY()
526 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()532 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()538 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()544 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()
430 return !__rhs._M_dir.owner_before(__lhs._M_dir) in _GLIBCXX_VISIBILITY()431 && !__lhs._M_dir.owner_before(__rhs._M_dir); in _GLIBCXX_VISIBILITY()529 return !__rhs._M_dirs.owner_before(__lhs._M_dirs) in _GLIBCXX_VISIBILITY()530 && !__lhs._M_dirs.owner_before(__rhs._M_dirs); in _GLIBCXX_VISIBILITY()
1363 owner_before(__shared_ptr<_Tp1, _Lp> const& __rhs) const noexcept in _GLIBCXX_VISIBILITY()1368 owner_before(__weak_ptr<_Tp1, _Lp> const& __rhs) const noexcept in _GLIBCXX_VISIBILITY()1733 owner_before(const __shared_ptr<_Tp1, _Lp>& __rhs) const noexcept in _GLIBCXX_VISIBILITY()1738 owner_before(const __weak_ptr<_Tp1, _Lp>& __rhs) const noexcept in _GLIBCXX_VISIBILITY()1784 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()1788 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()1792 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()1801 -> decltype(__lhs.owner_before(__rhs)) in _GLIBCXX_VISIBILITY()1802 { return __lhs.owner_before(__rhs); } in _GLIBCXX_VISIBILITY()
770 template<class Y> bool owner_before( shared_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::shared_ptr775 template<class Y> bool owner_before( weak_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::shared_ptr870 return a.owner_before( b ); in operator <()
443 template<class U> bool owner_before(shared_ptr<U> const& b) const noexcept;444 template<class U> bool owner_before(weak_ptr<U> const& b) const noexcept;541 template<class U> bool owner_before(shared_ptr<U> const& b) const noexcept;542 template<class U> bool owner_before(weak_ptr<U> const& b) const noexcept;3943 bool owner_before(shared_ptr<_Up> const& __p) const _NOEXCEPT3947 bool owner_before(weak_ptr<_Up> const& __p) const _NOEXCEPT5079 bool owner_before(const shared_ptr<_Up>& __r) const _NOEXCEPT5083 bool owner_before(const weak_ptr<_Up>& __r) const _NOEXCEPT5293 {return __x.owner_before(__y);}5296 {return __x.owner_before(__y);}[all …]