Home
last modified time | relevance | path

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

/third_party/boost/libs/smart_ptr/test/
Dlocal_sp_test.cpp236 template<class T> static void deleter3_test_() in deleter3_test_() function
252 deleter3_test_<int>(); in nullptr_deleter_constructor()
253 deleter3_test_<int const>(); in nullptr_deleter_constructor()
254 deleter3_test_<int volatile>(); in nullptr_deleter_constructor()
255 deleter3_test_<int const volatile>(); in nullptr_deleter_constructor()
257 deleter3_test_<void>(); in nullptr_deleter_constructor()
258 deleter3_test_<void const>(); in nullptr_deleter_constructor()
259 deleter3_test_<void volatile>(); in nullptr_deleter_constructor()
260 deleter3_test_<void const volatile>(); in nullptr_deleter_constructor()