Home
last modified time | relevance | path

Searched refs:owner_before (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_dir.h248 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()
H A Dshared_ptr.h526 { 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_dir.h248 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()
H A Dshared_ptr.h526 { 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfs_dir.h430 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()
H A Dshared_ptr_base.h1363 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dfs_dir.h430 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()
H A Dshared_ptr_base.h1363 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp770 template<class Y> bool owner_before( shared_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::shared_ptr
775 template<class Y> bool owner_before( weak_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::shared_ptr
870 return a.owner_before( b ); in operator <()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmemory443 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 _NOEXCEPT
3947 bool owner_before(weak_ptr<_Up> const& __p) const _NOEXCEPT
5079 bool owner_before(const shared_ptr<_Up>& __r) const _NOEXCEPT
5083 bool owner_before(const weak_ptr<_Up>& __r) const _NOEXCEPT
5293 {return __x.owner_before(__y);}
5296 {return __x.owner_before(__y);}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmemory443 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 _NOEXCEPT
3947 bool owner_before(weak_ptr<_Up> const& __p) const _NOEXCEPT
5079 bool owner_before(const shared_ptr<_Up>& __r) const _NOEXCEPT
5083 bool owner_before(const weak_ptr<_Up>& __r) const _NOEXCEPT
5293 {return __x.owner_before(__y);}
5296 {return __x.owner_before(__y);}
[all …]