Searched refs:owner_before (Results 1 – 13 of 13) sorted by relevance
15 BOOST_TEST( !p1.owner_before( p2 ) ); in main()16 BOOST_TEST( !p2.owner_before( p1 ) ); in main()20 BOOST_TEST( p1.owner_before( p3 ) || p3.owner_before( p1 ) ); in main()25 BOOST_TEST( !p4.owner_before( p5 ) ); in main()26 BOOST_TEST( !p5.owner_before( p4 ) ); in main()28 BOOST_TEST( p4.owner_before( p3 ) || p3.owner_before( p4 ) ); in main()32 BOOST_TEST( p4.owner_before( p6 ) || p6.owner_before( p4 ) ); in main()36 BOOST_TEST( !p1.owner_before( p7 ) ); in main()37 BOOST_TEST( !p7.owner_before( p1 ) ); in main()41 BOOST_TEST( p1.owner_before( p8 ) || p8.owner_before( p1 ) ); in main()[all …]
14 BOOST_TEST( !p1.owner_before( p2 ) ); in main()15 BOOST_TEST( !p2.owner_before( p1 ) ); in main()19 BOOST_TEST( p1.owner_before( p3 ) || p3.owner_before( p1 ) ); in main()24 BOOST_TEST( !p4.owner_before( p5 ) ); in main()25 BOOST_TEST( !p5.owner_before( p4 ) ); in main()27 BOOST_TEST( p4.owner_before( p3 ) || p3.owner_before( p4 ) ); in main()31 BOOST_TEST( p4.owner_before( p6 ) || p6.owner_before( p4 ) ); in main()35 BOOST_TEST( !p1.owner_before( p7 ) ); in main()36 BOOST_TEST( !p7.owner_before( p1 ) ); in main()40 BOOST_TEST( p1.owner_before( p8 ) || p8.owner_before( p1 ) ); in main()[all …]
38 return !p1.owner_before( p2 ) && !p2.owner_before( p1 ); in share_ownership()
37 return !p1.owner_before( p2 ) && !p2.owner_before( p1 ); in share_ownership()
532 BOOST_TEST( !p3.owner_before( p1 ) && !p1.owner_before( p3 ) ); in test_aliasing_()2094 BOOST_TEST( !p3.owner_before( p1 ) && !p1.owner_before( p3 ) ); in test_aliasing_reset_()
16 pointer objects using `owner_before`. It is only provided for compatibility50 `u.owner_before( v )`.
113 template<class Y> bool owner_before( weak_ptr<Y> const & r ) const noexcept;114 template<class Y> bool owner_before( shared_ptr<Y> const & r ) const noexcept;277 ### owner_before279 template<class Y> bool owner_before( weak_ptr<Y> const & r ) const noexcept;282 template<class Y> bool owner_before( shared_ptr<Y> const & r ) const noexcept;
149 // owner_before151 template<class Y> bool owner_before(local_shared_ptr<Y> const & r) const noexcept;551 ### owner_before553 template<class Y> bool owner_before(local_shared_ptr<Y> const & r) const noexcept;
181 template<class Y> bool owner_before(shared_ptr<Y> const & r) const noexcept;182 template<class Y> bool owner_before(weak_ptr<Y> const & r) const noexcept;656 ### owner_before658 template<class Y> bool owner_before(shared_ptr<Y> const & r) const noexcept;661 template<class Y> bool owner_before(weak_ptr<Y> const & r) const noexcept;
231 template<class Y> bool owner_before( weak_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::weak_ptr236 template<class Y> bool owner_before( shared_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::weak_ptr275 return a.owner_before( b ); in operator <()
30 return u.owner_before( v ); in operator ()()
764 template<class Y> bool owner_before( shared_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::shared_ptr769 template<class Y> bool owner_before( weak_ptr<Y> const & rhs ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::shared_ptr879 return a.owner_before( b ); in operator <()
493 template<class Y> bool owner_before( local_shared_ptr<Y> const & r ) const BOOST_SP_NOEXCEPT in owner_before() function in boost::local_shared_ptr562 return a.owner_before( b ); in operator <()