Home
last modified time | relevance | path

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

/third_party/boost/libs/smart_ptr/test/
Dsp_convertible_test2.cpp30 #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 )
Dlsp_convertible_test.cpp31 #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 )
Dlsp_convertible_test2.cpp31 #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 )