Home
last modified time | relevance | path

Searched refs:test_is_nonzero (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_basic_test.cpp167 template<class T> void test_is_nonzero(boost::shared_ptr<T> const & p) in test_is_nonzero() function
184 test_is_nonzero(p); in main()
185 test_is_nonzero(p2); in main()
199 test_is_nonzero(p3); in main()
213 test_is_nonzero(p5); in main()
260 test_is_nonzero(wp2.lock()); in main()
/third_party/boost/libs/interprocess/test/
Dshared_ptr_test.cpp388 void test_is_nonzero(shared_ptr<T, A, D> const & p) in test_is_nonzero() function
422 test_is_nonzero(p); in basic_shared_ptr_test()
423 test_is_nonzero(p2); in basic_shared_ptr_test()
435 test_is_nonzero(p3); in basic_shared_ptr_test()
446 test_is_nonzero(p5); in basic_shared_ptr_test()
487 test_is_nonzero(wp2.lock()); in basic_shared_ptr_test()