Home
last modified time | relevance | path

Searched defs:pi3 (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dlsp_array_cast_test.cpp44 boost::local_shared_ptr<int[2]> pi3 = boost::static_pointer_cast<int[2]>( pv ); in static_cast_test() local
147 boost::local_shared_ptr<int[6]> pi3 = boost::reinterpret_pointer_cast<int[6]>( pi2 ); in reinterpret_cast_test() local
169 boost::local_shared_ptr<int[1]> pi3 = boost::reinterpret_pointer_cast<int[1]>( pi2 ); in reinterpret_cast_test() local
Dsp_array_cast_test.cpp44 boost::shared_ptr<int[2]> pi3 = boost::static_pointer_cast<int[2]>( pv ); in static_cast_test() local
147 boost::shared_ptr<int[6]> pi3 = boost::reinterpret_pointer_cast<int[6]>( pi2 ); in reinterpret_cast_test() local
169 boost::shared_ptr<int[1]> pi3 = boost::reinterpret_pointer_cast<int[1]>( pi2 ); in reinterpret_cast_test() local
Dshared_ptr_test.cpp517 boost::shared_ptr<void> pi3(pi); in copy_constructor() local
574 boost::shared_ptr<void> pi3(pi); in copy_constructor() local
2560 boost::shared_ptr<int> pi3(new int); in test() local
Dweak_ptr_test.cpp1280 boost::shared_ptr<int> pi3(new int); in test() local
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_futures.cpp131 boost::promise<int> pi3; in BOOST_AUTO_TEST_CASE() local