/third_party/boost/libs/unordered/test/unordered/ |
D | allocator_traits.cpp | 128 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()
|
D | minimal_allocator.cpp | 61 BOOST_TEST(!traits::propagate_on_container_swap::value); in test_simple_allocator()
|
/third_party/boost/boost/container/ |
D | scoped_allocator.hpp | 156 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
|
D | node_handle.hpp | 321 …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()
|
D | allocator_traits.hpp | 119 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/ |
D | scoped_allocator_adaptor_test.cpp | 254 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 …]
|
D | allocator_traits_test.cpp | 120 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()
|
D | dummy_test_allocator.hpp | 94 propagate_on_container_swap; typedef in boost::container::test::propagation_test_allocator
|
D | allocator_argument_tester.hpp | 32 typedef boost::container::dtl::bool_<HasTrueTypes> propagate_on_container_swap; typedef in propagation_test_allocator
|
D | propagation_test_allocator.hpp | 34 typedef boost::container::dtl::bool_<HasTrueTypes> propagate_on_container_swap; typedef in propagation_test_allocator
|
/third_party/boost/boost/multi_index/detail/ |
D | node_handle.hpp | 112 alloc_traits::propagate_on_container_swap::value|| in swap() 118 alloc_traits::propagate_on_container_swap::value){ in swap()
|
D | auto_space.hpp | 71 bool,alloc_traits::propagate_on_container_swap::value>()); in swap()
|
D | allocator_traits.hpp | 100 typedef boost::false_type propagate_on_container_swap;
|
/third_party/boost/libs/core/test/ |
D | allocator_pocs_test.cpp | 21 typedef std::true_type propagate_on_container_swap; typedef
|
/third_party/boost/libs/multi_index/test/ |
D | rooted_allocator.hpp | 32 typedef propagate_type propagate_on_container_swap; typedef in rooted_allocator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
D | memory_test.cc | 447 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/ |
D | memory_test.cc | 447 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/ |
D | allocator_adaptor.hpp | 104 using propagate_on_container_swap= typedef 105 typename traits::propagate_on_container_swap;
|
/third_party/boost/libs/unordered/test/exception/ |
D | swap_exception_tests.cpp | 74 allocator_type(T::allocator_type::propagate_on_container_swap::value in swap_base()
|
/third_party/boost/libs/thread/test/sync/futures/ |
D | test_allocator.hpp | 149 typedef boost::true_type propagate_on_container_swap; typedef in other_allocator
|
/third_party/boost/libs/container/proj/ |
D | to-do.txt | 28 propagate_on_container_swap
|
/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing.h | 119 using propagate_on_container_swap = std::true_type; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing.h | 119 using propagate_on_container_swap = std::true_type; member
|
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/ |
D | test_allocator.hpp | 108 using propagate_on_container_swap = typedef in boost::beast::test::test_allocator
|
/third_party/boost/boost/core/ |
D | allocator_access.hpp | 235 A::propagate_on_container_swap>::type> { 236 typedef typename A::propagate_on_container_swap type;
|