/third_party/boost/libs/utility/test/ |
D | compressed_pair_test.cpp | 28 struct empty_POD_UDT struct 30 empty_POD_UDT& operator=(const empty_POD_UDT&){ return *this; } in operator =() argument 31 bool operator==(const empty_POD_UDT&)const in operator ==() argument 333 empty_POD_UDT e1; in main() 339 compressed_pair_tester<non_empty1,empty_POD_UDT>::test(ne1, e1, ne2, e1); in main() 341 compressed_pair_tester<empty_POD_UDT,non_empty2>::test(e1, ne3, e1, ne4); in main() 343 compressed_pair_tester<empty_POD_UDT,empty_UDT>::test(e1, e2, e1, e2); in main() 358 compressed_pair_reference_tester<non_empty1&,empty_POD_UDT>::test(ne1, e1, ne2, e1); in main() 359 compressed_pair_reference1_tester<non_empty1&,empty_POD_UDT>::test(ne1, e1, ne2, e1); in main() 361 compressed_pair_reference_tester<empty_POD_UDT,non_empty2&>::test(e1, ne3, e1, ne4); in main() [all …]
|
/third_party/boost/libs/type_traits/test/ |
D | is_empty_test.cpp | 37 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_empty<empty_POD_UDT>::value, true, false);
|
D | test.hpp | 247 struct empty_POD_UDT struct 249 bool operator==(const empty_POD_UDT&)const in operator ==() argument
|
D | is_nothrow_move_constructible_test.cpp | 233 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<empty_POD_UDT>::value, true); 243 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<empty_POD_UDT>::value, true,…
|
D | is_nothrow_move_assignable_test.cpp | 232 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_assignable<empty_POD_UDT>::value, true); 240 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_nothrow_move_assignable<empty_POD_UDT>::value, true, fa…
|
D | has_trivial_move_constructor_test.cpp | 227 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_move_constructor<empty_POD_UDT>::value, true); 257 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_move_constructor<empty_POD_UDT>::value, true, …
|
D | has_trivial_move_assign_test.cpp | 227 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_move_assign<empty_POD_UDT>::value, true); 257 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_move_assign<empty_POD_UDT>::value, true, false…
|
D | is_assignable_test.cpp | 133 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT((::tt::is_assignable<empty_POD_UDT&>::value), true, false);
|
D | is_copy_assignable_test.cpp | 212 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_assignable<empty_POD_UDT>::value, true);
|
D | is_stateless_test.cpp | 157 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_stateless<empty_POD_UDT>::value, true, false);
|
D | has_nothrow_assign_test.cpp | 218 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_assign<empty_POD_UDT>::value, true, false);
|
D | has_trivial_destructor_test.cpp | 176 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_destructor<empty_POD_UDT>::value, true, false);
|
D | is_trivially_copyable_test.cpp | 204 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_trivially_copyable<empty_POD_UDT>::value, true, false);
|
D | is_default_constr_test.cpp | 190 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_default_constructible<empty_POD_UDT>::value, true, fals…
|
D | has_trivial_constr_test.cpp | 189 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_constructor<empty_POD_UDT>::value, true, false…
|
D | has_trivial_assign_test.cpp | 208 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_assign<empty_POD_UDT>::value, true, false);
|
D | has_nothrow_destructor_test.cpp | 198 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_destructor<empty_POD_UDT>::value, true, false);
|
D | is_pod_test.cpp | 159 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_pod<empty_POD_UDT>::value, true, false);
|
D | has_nothrow_constr_test.cpp | 200 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_constructor<empty_POD_UDT>::value, true, false…
|
D | has_nothrow_copy_test.cpp | 228 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_copy<empty_POD_UDT>::value, true, false);
|
D | has_trivial_copy_test.cpp | 211 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_copy<empty_POD_UDT>::value, true, false);
|
D | is_copy_constructible_test.cpp | 285 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_constructible<empty_POD_UDT>::value, true);
|