Home
last modified time | relevance | path

Searched refs:propagate_on_container_move_assignment (Results 1 – 25 of 75) sorted by relevance

123

/third_party/boost/libs/unordered/test/unordered/
Dallocator_traits.cpp127 BOOST_TEST(!traits::propagate_on_container_move_assignment::value); in test_empty_allocator()
141 typedef yes_type propagate_on_container_move_assignment; typedef
169 BOOST_TEST(traits::propagate_on_container_move_assignment::value); in test_allocator1()
196 typedef no_type propagate_on_container_move_assignment; typedef
213 BOOST_TEST(!traits::propagate_on_container_move_assignment::value); in test_allocator2()
253 typedef no_type propagate_on_container_move_assignment; typedef
275 BOOST_TEST(!traits::propagate_on_container_move_assignment::value); in test_allocator3()
Dminimal_allocator.cpp60 BOOST_TEST(!traits::propagate_on_container_move_assignment::value); in test_simple_allocator()
/third_party/boost/boost/container/
Dscoped_allocator.hpp152 outer_traits_type::propagate_on_container_move_assignment::value ||
153 inner_allocator_type::propagate_on_container_move_assignment::value
154 > propagate_on_container_move_assignment; typedef in boost::container::dtl::scoped_allocator_adaptor_base
294 outer_traits_type::propagate_on_container_move_assignment::value ||\
295 inner_allocator_type::propagate_on_container_move_assignment::value\
296 > propagate_on_container_move_assignment;\
437 propagate_on_container_move_assignment propagate_on_container_move_assignment; typedef in boost::container::dtl::scoped_allocator_adaptor_base
616 propagate_on_container_move_assignment propagate_on_container_move_assignment; typedef in boost::container::scoped_allocator_adaptor
Dnew_allocator.hpp52 typedef BOOST_CONTAINER_IMPDEF(new_allocator_bool<true>) propagate_on_container_move_assignment; typedef in boost::container::new_allocator
118 typedef BOOST_CONTAINER_IMPDEF(new_allocator_bool<true>) propagate_on_container_move_assignment; typedef in boost::container::new_allocator
Dallocator_traits.hpp118 BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT(propagate_on_container_move_assignment)
168 typedef see_documentation propagate_on_container_move_assignment; typedef
239 propagate_on_container_move_assignment, dtl::false_type)
240 propagate_on_container_move_assignment; typedef
Dnode_handle.hpp218 BOOST_ASSERT(this->empty() || nator_traits::propagate_on_container_move_assignment::value in operator =()
227 if(nator_traits::propagate_on_container_move_assignment::value){ in operator =()
Dsmall_vector.hpp156 …me allocator_traits<allocator_type>::propagate_on_container_move_assignment propagate_on_contain… typedef in boost::container::small_vector_allocator
677 && (allocator_traits_type::propagate_on_container_move_assignment::value in operator =()
/third_party/boost/libs/core/test/
Ddefault_allocator_test.cpp112 propagate_on_container_move_assignment)); in test_propagate_on_container_move_assignment()
114 propagate_on_container_move_assignment)); in test_propagate_on_container_move_assignment()
116 propagate_on_container_move_assignment)); in test_propagate_on_container_move_assignment()
118 propagate_on_container_move_assignment)); in test_propagate_on_container_move_assignment()
Dallocator_pocma_test.cpp21 typedef std::true_type propagate_on_container_move_assignment; typedef
/third_party/boost/libs/container/test/
Dscoped_allocator_adaptor_test.cpp235 BOOST_STATIC_ASSERT(( !Scoped0InnerF::propagate_on_container_move_assignment::value )); in main()
236 BOOST_STATIC_ASSERT(( Scoped0InnerT::propagate_on_container_move_assignment::value )); in main()
238 BOOST_STATIC_ASSERT(( !Scoped1InnerFF::propagate_on_container_move_assignment::value )); in main()
239 BOOST_STATIC_ASSERT(( Scoped1InnerFT::propagate_on_container_move_assignment::value )); in main()
240 BOOST_STATIC_ASSERT(( Scoped1InnerTF::propagate_on_container_move_assignment::value )); in main()
241 BOOST_STATIC_ASSERT(( Scoped1InnerTT::propagate_on_container_move_assignment::value )); in main()
243 BOOST_STATIC_ASSERT(( !Scoped2InnerFFF::propagate_on_container_move_assignment::value )); in main()
244 BOOST_STATIC_ASSERT(( Scoped2InnerFFT::propagate_on_container_move_assignment::value )); in main()
245 BOOST_STATIC_ASSERT(( Scoped2InnerFTF::propagate_on_container_move_assignment::value )); in main()
246 BOOST_STATIC_ASSERT(( Scoped2InnerFTT::propagate_on_container_move_assignment::value )); in main()
[all …]
Dallocator_traits_test.cpp118 true_type propagate_on_container_move_assignment; typedef in ComplexAllocator
270 … < SimpleAllocator<int> >::propagate_on_container_move_assignment::value == false )); in main()
302 … < ComplexAllocator<int> >::propagate_on_container_move_assignment::value == true )); in main()
/third_party/boost/libs/multi_index/test/
Drooted_allocator.hpp31 typedef propagate_type propagate_on_container_move_assignment; typedef in rooted_allocator
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc433 struct propagate_on_container_move_assignment {}; in TEST() struct
437 (std::is_same<HasPropagateOnMove::propagate_on_container_move_assignment, in TEST()
439 propagate_on_container_move_assignment>::value)); in TEST()
443 A>::propagate_on_container_move_assignment>::value)); in TEST()
/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc433 struct propagate_on_container_move_assignment {}; in TEST() struct
437 (std::is_same<HasPropagateOnMove::propagate_on_container_move_assignment, in TEST()
439 propagate_on_container_move_assignment>::value)); in TEST()
443 A>::propagate_on_container_move_assignment>::value)); in TEST()
/third_party/boost/boost/thread/csbl/
Ddevector.hpp62 …BOOST_NOEXCEPT_IF(vector_type::allocator_traits_type::propagate_on_container_move_assignment::valu… in operator =()
/third_party/boost/boost/poly_collection/detail/
Dallocator_adaptor.hpp102 using propagate_on_container_move_assignment= typedef
103 typename traits::propagate_on_container_move_assignment;
/third_party/boost/boost/core/
Ddefault_allocator.hpp61 typedef true_type propagate_on_container_move_assignment; typedef
/third_party/boost/boost/align/
Daligned_allocator.hpp44 typedef detail::true_type propagate_on_container_move_assignment; typedef in boost::alignment::aligned_allocator
/third_party/boost/boost/multi_index/detail/
Dallocator_traits.hpp99 typedef boost::false_type propagate_on_container_move_assignment;
Dnode_handle.hpp76 alloc_traits::propagate_on_container_move_assignment::value){ in operator =()
/third_party/boost/libs/unordered/doc/
Dcompliance.qbk53 `propagate_on_container_move_assignment`,
58 `propagate_on_container_move_assignment` on others.
/third_party/boost/boost/beast/core/
Dflat_buffer.hpp79 alloc_traits::propagate_on_container_move_assignment;
/third_party/boost/libs/thread/test/sync/futures/
Dtest_allocator.hpp148 typedef boost::true_type propagate_on_container_move_assignment; typedef in other_allocator
/third_party/boost/libs/beast/include/boost/beast/core/
Dflat_buffer.hpp79 alloc_traits::propagate_on_container_move_assignment;
/third_party/boost/libs/container/proj/
Dto-do.txt26 propagate_on_container_move_assignment

123