Home
last modified time | relevance | path

Searched refs:propagate_on_container_swap (Results 1 – 25 of 65) sorted by relevance

123

/third_party/boost/libs/unordered/test/unordered/
Dallocator_traits.cpp128 BOOST_TEST(!traits::propagate_on_container_swap::value); in test_empty_allocator()
142 typedef yes_type propagate_on_container_swap; typedef
170 BOOST_TEST(traits::propagate_on_container_swap::value); in test_allocator1()
197 typedef no_type propagate_on_container_swap; typedef
214 BOOST_TEST(!traits::propagate_on_container_swap::value); in test_allocator2()
276 BOOST_TEST(!traits::propagate_on_container_swap::value); in test_allocator3()
Dminimal_allocator.cpp61 BOOST_TEST(!traits::propagate_on_container_swap::value); in test_simple_allocator()
/third_party/boost/boost/container/
Dscoped_allocator.hpp156 outer_traits_type::propagate_on_container_swap::value ||
157 inner_allocator_type::propagate_on_container_swap::value
158 > propagate_on_container_swap; typedef in boost::container::dtl::scoped_allocator_adaptor_base
298 outer_traits_type::propagate_on_container_swap::value ||\
299 inner_allocator_type::propagate_on_container_swap::value\
300 > propagate_on_container_swap;\
439 propagate_on_container_swap propagate_on_container_swap; typedef in boost::container::dtl::scoped_allocator_adaptor_base
622 propagate_on_container_swap propagate_on_container_swap; typedef in boost::container::scoped_allocator_adaptor
Dnode_handle.hpp321 …BOOST_NOEXCEPT_IF(nator_traits::propagate_on_container_swap::value || nator_traits::is_always_equa… in swap()
323 BOOST_ASSERT(this->empty() || nh.empty() || nator_traits::propagate_on_container_swap::value in swap()
331 if(nator_traits::propagate_on_container_swap::value){ in swap()
Dallocator_traits.hpp119 BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT(propagate_on_container_swap)
171 typedef see_documentation propagate_on_container_swap; typedef
243 propagate_on_container_swap, dtl::false_type)
244 propagate_on_container_swap; typedef
/third_party/boost/libs/container/test/
Dscoped_allocator_adaptor_test.cpp254 BOOST_STATIC_ASSERT(( !Scoped0InnerF::propagate_on_container_swap::value )); in main()
255 BOOST_STATIC_ASSERT(( Scoped0InnerT::propagate_on_container_swap::value )); in main()
257 BOOST_STATIC_ASSERT(( !Scoped1InnerFF::propagate_on_container_swap::value )); in main()
258 BOOST_STATIC_ASSERT(( Scoped1InnerFT::propagate_on_container_swap::value )); in main()
259 BOOST_STATIC_ASSERT(( Scoped1InnerTF::propagate_on_container_swap::value )); in main()
260 BOOST_STATIC_ASSERT(( Scoped1InnerTT::propagate_on_container_swap::value )); in main()
262 BOOST_STATIC_ASSERT(( !Scoped2InnerFFF::propagate_on_container_swap::value )); in main()
263 BOOST_STATIC_ASSERT(( Scoped2InnerFFT::propagate_on_container_swap::value )); in main()
264 BOOST_STATIC_ASSERT(( Scoped2InnerFTF::propagate_on_container_swap::value )); in main()
265 BOOST_STATIC_ASSERT(( Scoped2InnerFTT::propagate_on_container_swap::value )); in main()
[all …]
Dallocator_traits_test.cpp120 true_type propagate_on_container_swap; typedef in ComplexAllocator
272 < SimpleAllocator<int> >::propagate_on_container_swap::value == false )); in main()
304 < ComplexAllocator<int> >::propagate_on_container_swap::value == true )); in main()
Ddummy_test_allocator.hpp94 propagate_on_container_swap; typedef in boost::container::test::propagation_test_allocator
Dallocator_argument_tester.hpp32 typedef boost::container::dtl::bool_<HasTrueTypes> propagate_on_container_swap; typedef in propagation_test_allocator
Dpropagation_test_allocator.hpp34 typedef boost::container::dtl::bool_<HasTrueTypes> propagate_on_container_swap; typedef in propagation_test_allocator
/third_party/boost/boost/multi_index/detail/
Dnode_handle.hpp112 alloc_traits::propagate_on_container_swap::value|| in swap()
118 alloc_traits::propagate_on_container_swap::value){ in swap()
Dauto_space.hpp71 bool,alloc_traits::propagate_on_container_swap::value>()); in swap()
Dallocator_traits.hpp100 typedef boost::false_type propagate_on_container_swap;
/third_party/boost/libs/core/test/
Dallocator_pocs_test.cpp21 typedef std::true_type propagate_on_container_swap; typedef
/third_party/boost/libs/multi_index/test/
Drooted_allocator.hpp32 typedef propagate_type propagate_on_container_swap; typedef in rooted_allocator
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc447 struct propagate_on_container_swap {}; in TEST() struct
451 (std::is_same<HasPropagateOnSwap::propagate_on_container_swap, in TEST()
453 propagate_on_container_swap>::value)); in TEST()
456 propagate_on_container_swap>::value)); in TEST()
/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc447 struct propagate_on_container_swap {}; in TEST() struct
451 (std::is_same<HasPropagateOnSwap::propagate_on_container_swap, in TEST()
453 propagate_on_container_swap>::value)); in TEST()
456 propagate_on_container_swap>::value)); in TEST()
/third_party/boost/boost/poly_collection/detail/
Dallocator_adaptor.hpp104 using propagate_on_container_swap= typedef
105 typename traits::propagate_on_container_swap;
/third_party/boost/libs/unordered/test/exception/
Dswap_exception_tests.cpp74 allocator_type(T::allocator_type::propagate_on_container_swap::value in swap_base()
/third_party/boost/libs/thread/test/sync/futures/
Dtest_allocator.hpp149 typedef boost::true_type propagate_on_container_swap; typedef in other_allocator
/third_party/boost/libs/container/proj/
Dto-do.txt28 propagate_on_container_swap
/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h119 using propagate_on_container_swap = std::true_type; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h119 using propagate_on_container_swap = std::true_type; member
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dtest_allocator.hpp108 using propagate_on_container_swap = typedef in boost::beast::test::test_allocator
/third_party/boost/boost/core/
Dallocator_access.hpp235 A::propagate_on_container_swap>::type> {
236 typedef typename A::propagate_on_container_swap type;

123