Searched refs:test_is_zero (Results 1 – 4 of 4) sorted by relevance
161 template<class T> void test_is_zero(boost::shared_ptr<T> const & p) in test_is_zero() function200 test_is_zero(p4); in main()228 test_is_zero(p); in main()229 test_is_zero(p2); in main()231 test_is_zero(p3); in main()232 test_is_zero(p4); in main()249 test_is_zero(wp1.lock()); in main()276 test_is_zero(wp1.lock()); in main()
381 void test_is_zero(shared_ptr<T, A, D> const & p) in test_is_zero() function436 test_is_zero(p4); in basic_shared_ptr_test()460 test_is_zero(p); in basic_shared_ptr_test()461 test_is_zero(p2); in basic_shared_ptr_test()462 test_is_zero(p3); in basic_shared_ptr_test()463 test_is_zero(p4); in basic_shared_ptr_test()476 test_is_zero(wp1.lock()); in basic_shared_ptr_test()501 test_is_zero(wp1.lock()); in basic_shared_ptr_test()
113 static int test_is_zero(int i) in test_is_zero() function402 ADD_ALL_TESTS(test_is_zero, OSSL_NELEM(test_values)); in setup_tests()
3207 def test_is_zero(self): member in ContextAPItests