Searched refs:test_shared (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/smart_ptr/test/ |
D | shared_ptr_basic_test.cpp | 137 template<class T, class U> void test_shared(boost::weak_ptr<T> const & a, boost::weak_ptr<U> const … in test_shared() function 267 test_shared(wp2, wp3); in main() 272 test_shared(wp2, wp4); in main() 285 test_shared(wp1, wp2); in main()
|
/third_party/boost/libs/interprocess/test/ |
D | shared_ptr_test.cpp | 353 void test_shared(weak_ptr<T, A, D> const & a, weak_ptr<U, A, D2> const & b) in test_shared() function 493 test_shared(wp2, wp3); in basic_shared_ptr_test() 498 test_shared(wp2, wp4); in basic_shared_ptr_test()
|