Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dlocal_sp_test.cpp772 template<class T, class U> static void test_nonempty_shared_ptr_move( boost::shared_ptr<U> && p1 ) in test_nonempty_shared_ptr_move() function
787 test_nonempty_shared_ptr_move<T>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
788 test_nonempty_shared_ptr_move<T const>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
789 test_nonempty_shared_ptr_move<T volatile>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
790 test_nonempty_shared_ptr_move<T const volatile>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
791 test_nonempty_shared_ptr_move<void>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
792 test_nonempty_shared_ptr_move<void const>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
793 test_nonempty_shared_ptr_move<void volatile>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
794test_nonempty_shared_ptr_move<void const volatile>( boost::shared_ptr<T>( static_cast<T*>(0) ) ); in null_shared_ptr_move_test()
799 test_nonempty_shared_ptr_move<T>( boost::shared_ptr<T>( new T() ) ); in new_shared_ptr_move_test()
[all …]