Home
last modified time | relevance | path

Searched defs:px2 (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/boost/libs/smart_ptr/test/
Dlsp_array_cast_test.cpp32 boost::local_shared_ptr<X[5]> px2 = boost::static_pointer_cast<X[5]>( pv ); in static_cast_test() local
59 boost::local_shared_ptr<X[]> px2 = boost::static_pointer_cast<X[]>( pv ); in static_cast_test() local
80 boost::local_shared_ptr<int[]> px2 = boost::const_pointer_cast<int[]>(px); in const_cast_test() local
87 boost::local_shared_ptr<int[2]> px2 = boost::const_pointer_cast<int[2]>(px); in const_cast_test() local
94 boost::local_shared_ptr<X[]> px2 = boost::const_pointer_cast<X[]>(px); in const_cast_test() local
101 boost::local_shared_ptr<X[5]> px2 = boost::const_pointer_cast<X[5]>(px); in const_cast_test() local
108 boost::local_shared_ptr<int[]> px2 = boost::const_pointer_cast<int[]>(px); in const_cast_test() local
116 boost::local_shared_ptr<int[3]> px2 = boost::const_pointer_cast<int[3]>(px); in const_cast_test() local
124 boost::local_shared_ptr<X[]> px2 = boost::const_pointer_cast<X[]>(px); in const_cast_test() local
132 boost::local_shared_ptr<X[4]> px2 = boost::const_pointer_cast<X[4]>(px); in const_cast_test() local
[all …]
Dsp_array_cast_test.cpp32 boost::shared_ptr<X[5]> px2 = boost::static_pointer_cast<X[5]>( pv ); in static_cast_test() local
59 boost::shared_ptr<X[]> px2 = boost::static_pointer_cast<X[]>( pv ); in static_cast_test() local
80 boost::shared_ptr<int[]> px2 = boost::const_pointer_cast<int[]>(px); in const_cast_test() local
87 boost::shared_ptr<int[2]> px2 = boost::const_pointer_cast<int[2]>(px); in const_cast_test() local
94 boost::shared_ptr<X[]> px2 = boost::const_pointer_cast<X[]>(px); in const_cast_test() local
101 boost::shared_ptr<X[5]> px2 = boost::const_pointer_cast<X[5]>(px); in const_cast_test() local
108 boost::shared_ptr<int[]> px2 = boost::const_pointer_cast<int[]>(px); in const_cast_test() local
116 boost::shared_ptr<int[3]> px2 = boost::const_pointer_cast<int[3]>(px); in const_cast_test() local
124 boost::shared_ptr<X[]> px2 = boost::const_pointer_cast<X[]>(px); in const_cast_test() local
132 boost::shared_ptr<X[4]> px2 = boost::const_pointer_cast<X[4]>(px); in const_cast_test() local
[all …]
Dintrusive_ptr_test.cpp209 boost::intrusive_ptr<X> px2(px); in copy_constructor() local
221 boost::intrusive_ptr<X> px2(px); in copy_constructor() local
233 boost::intrusive_ptr<X> px2(px); in copy_constructor() local
247 boost::intrusive_ptr<X> px2(px); in copy_constructor() local
289 boost::intrusive_ptr<X> px2(px); in test() local
767 boost::intrusive_ptr<X> px2; in test() local
784 boost::intrusive_ptr<X> px2(p); in test() local
809 boost::intrusive_ptr<X> px2(p2); in test() local
864 boost::intrusive_ptr<X> px2; in test() local
875 boost::intrusive_ptr<X> px2(new X); in test() local
[all …]
Dintrusive_ptr_move_test.cpp215 X * px2 = px.get(); in main() local
228 X const * px2 = px.get(); in main() local
241 X * px2 = px.get(); in main() local
254 X * px2 = px.get(); in main() local
Dlsp_array_test.cpp87 boost::local_shared_ptr<X[]> px2( new X[ 3 ] ); in main() local
204 boost::local_shared_ptr<X[]> px2( std::move( px ) ); in main() local
233 boost::local_shared_ptr<X[]> px2; in main() local
Dsp_array_test.cpp87 boost::shared_ptr<X[]> px2( new X[ 3 ] ); in main() local
204 boost::shared_ptr<X[]> px2( std::move( px ) ); in main() local
233 boost::shared_ptr<X[]> px2; in main() local
Dsp_atomic_test.cpp32 boost::shared_ptr<X> px2( new X ); in main() local
66 boost::shared_ptr<X> px2( new X ); in main() local
Datomic_sp_test.cpp170 boost::shared_ptr<X> px2( new X ); in main() local
189 boost::shared_ptr<X> px2( new X ); in main() local
250 boost::shared_ptr<X> px2( new X ); in main() local
269 boost::shared_ptr<X> px2( new X ); in main() local
Dshared_ptr_test.cpp546 boost::shared_ptr<incomplete> px2(px); in copy_constructor() local
601 boost::shared_ptr<X> px2(px); in copy_constructor() local
674 boost::shared_ptr<X> px2(px); in copy_constructor() local
2083 boost::shared_ptr<X> px2(px); in test() local
2095 boost::shared_ptr<X> px2(px); in test() local
2107 boost::shared_ptr<X> px2(px); in test() local
2128 boost::shared_ptr<X> px2; in test() local
2145 boost::shared_ptr<X> px2(p); in test() local
2170 boost::shared_ptr<X> px2(p2); in test() local
2221 boost::shared_ptr<X> px2; in test() local
[all …]
Darray_fail_upa_sp_mc.cpp18 boost::shared_ptr<X> px2(( std::unique_ptr<X[]>() )); in main() local
Darray_fail_up_spa_mc.cpp18 boost::shared_ptr<X[]> px2(( std::unique_ptr<X>() )); in main() local
Darray_fail_upa_sp_ma.cpp18 boost::shared_ptr<X> px2; px2 = std::unique_ptr<X[]>(); in main() local
Darray_fail_sp_wpa_ma.cpp18 boost::weak_ptr<X[]> px2; px2 = boost::shared_ptr<X>(); in main() local
Darray_fail_sp_spa_ma.cpp17 boost::shared_ptr<X[]> px2; px2 = boost::shared_ptr<X>(); in main() local
Darray_fail_spa_sp_mc.cpp17 boost::shared_ptr<X> px2(( boost::shared_ptr<X[]>() )); in main() local
Darray_fail_sp_spa_mc.cpp17 boost::shared_ptr<X[]> px2(( boost::shared_ptr<X>() )); in main() local
Darray_fail_spa_wp_mc.cpp18 boost::weak_ptr<X> px2(( boost::shared_ptr<X[]>() )); in main() local
Darray_fail_spa_wp_ma.cpp18 boost::weak_ptr<X> px2; px2 = boost::shared_ptr<X[]>(); in main() local
Darray_fail_ap_spa_mc.cpp18 boost::shared_ptr<X[]> px2(( std::auto_ptr<X>() )); in main() local
Darray_fail_wpa_wp_mc.cpp17 boost::weak_ptr<X> px2(( boost::weak_ptr<X[]>() )); in main() local
Darray_fail_sp_wpa_mc.cpp18 boost::weak_ptr<X[]> px2(( boost::shared_ptr<X>() )); in main() local
Darray_fail_wp_wpa_mc.cpp17 boost::weak_ptr<X[]> px2(( boost::weak_ptr<X>() )); in main() local
Darray_fail_wp_wpa_ma.cpp17 boost::weak_ptr<X[]> px2; px2 = boost::weak_ptr<X>(); in main() local
Darray_fail_wpa_wp_ma.cpp17 boost::weak_ptr<X> px2; px2 = boost::weak_ptr<X[]>(); in main() local
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp151 boost::interprocess::intrusive_ptr<X, VP> px2(px); in copy_constructor() local
163 boost::interprocess::intrusive_ptr<X, VP> px2(px); in copy_constructor() local
175 boost::interprocess::intrusive_ptr<X, VP> px2(px); in copy_constructor() local
187 boost::interprocess::intrusive_ptr<X, VP> px2(px); in copy_constructor() local
208 boost::interprocess::intrusive_ptr<X, VP> px2(boost::move(px)); in move_constructor() local
235 boost::interprocess::intrusive_ptr<X, VP> px2(px); in test() local
262 boost::interprocess::intrusive_ptr<X, VP> px2; in move_assignment() local
325 boost::interprocess::intrusive_ptr<X, VP> px2; in test() local
341 boost::interprocess::intrusive_ptr<X, VP> px2(p); in test() local
365 boost::interprocess::intrusive_ptr<X, VP> px2(p2); in test() local
[all …]

1234