Searched refs:TEST_CV_TRUE_ (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/smart_ptr/test/ |
D | sp_convertible_test2.cpp | 30 #define TEST_CV_TRUE_( S1, T, S2, U ) \ macro 70 TEST_CV_TRUE_( shared_ptr, T, shared_ptr, U ) \ 71 TEST_CV_TRUE_( shared_ptr, T, weak_ptr, U ) \ 72 TEST_CV_TRUE_( weak_ptr, T, weak_ptr, U )
|
D | lsp_convertible_test.cpp | 31 #define TEST_CV_TRUE_( S1, T, S2, U ) \ macro 72 TEST_CV_TRUE_( local_shared_ptr, T, local_shared_ptr, U ) \ 73 TEST_CV_TRUE_( shared_ptr, T, local_shared_ptr, U )
|
D | lsp_convertible_test2.cpp | 31 #define TEST_CV_TRUE_( S1, T, S2, U ) \ macro 72 TEST_CV_TRUE_( local_shared_ptr, T, shared_ptr, U ) \ 73 TEST_CV_TRUE_( local_shared_ptr, T, weak_ptr, U )
|