Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dlocal_sp_test.cpp682 template<class T, class U> static void test_nonempty_shared_ptr_copy( boost::shared_ptr<U> const & … in test_nonempty_shared_ptr_copy() function
702 test_nonempty_shared_ptr_copy<T>( p1 ); in null_shared_ptr_copy_test()
703 test_nonempty_shared_ptr_copy<T const>( p1 ); in null_shared_ptr_copy_test()
704 test_nonempty_shared_ptr_copy<T volatile>( p1 ); in null_shared_ptr_copy_test()
705 test_nonempty_shared_ptr_copy<T const volatile>( p1 ); in null_shared_ptr_copy_test()
706 test_nonempty_shared_ptr_copy<void>( p1 ); in null_shared_ptr_copy_test()
707 test_nonempty_shared_ptr_copy<void const>( p1 ); in null_shared_ptr_copy_test()
708 test_nonempty_shared_ptr_copy<void volatile>( p1 ); in null_shared_ptr_copy_test()
709 test_nonempty_shared_ptr_copy<void const volatile>( p1 ); in null_shared_ptr_copy_test()
716 test_nonempty_shared_ptr_copy<T>( p1 ); in new_shared_ptr_copy_test()
[all …]