Home
last modified time | relevance | path

Searched refs:empty_POD_UDT (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/utility/test/
Dcompressed_pair_test.cpp28 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/
Dis_empty_test.cpp37 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_empty<empty_POD_UDT>::value, true, false);
Dtest.hpp247 struct empty_POD_UDT struct
249 bool operator==(const empty_POD_UDT&)const in operator ==() argument
Dis_nothrow_move_constructible_test.cpp233 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,…
Dis_nothrow_move_assignable_test.cpp232 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…
Dhas_trivial_move_constructor_test.cpp227 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, …
Dhas_trivial_move_assign_test.cpp227 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…
Dis_assignable_test.cpp133 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT((::tt::is_assignable<empty_POD_UDT&>::value), true, false);
Dis_copy_assignable_test.cpp212 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_assignable<empty_POD_UDT>::value, true);
Dis_stateless_test.cpp157 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_stateless<empty_POD_UDT>::value, true, false);
Dhas_nothrow_assign_test.cpp218 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_assign<empty_POD_UDT>::value, true, false);
Dhas_trivial_destructor_test.cpp176 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_destructor<empty_POD_UDT>::value, true, false);
Dis_trivially_copyable_test.cpp204 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_trivially_copyable<empty_POD_UDT>::value, true, false);
Dis_default_constr_test.cpp190 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_default_constructible<empty_POD_UDT>::value, true, fals…
Dhas_trivial_constr_test.cpp189 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_constructor<empty_POD_UDT>::value, true, false…
Dhas_trivial_assign_test.cpp208 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_assign<empty_POD_UDT>::value, true, false);
Dhas_nothrow_destructor_test.cpp198 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_destructor<empty_POD_UDT>::value, true, false);
Dis_pod_test.cpp159 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_pod<empty_POD_UDT>::value, true, false);
Dhas_nothrow_constr_test.cpp200 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_constructor<empty_POD_UDT>::value, true, false…
Dhas_nothrow_copy_test.cpp228 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_nothrow_copy<empty_POD_UDT>::value, true, false);
Dhas_trivial_copy_test.cpp211 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::has_trivial_copy<empty_POD_UDT>::value, true, false);
Dis_copy_constructible_test.cpp285 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_constructible<empty_POD_UDT>::value, true);