/third_party/boost/libs/container/test/ |
D | dummy_test_allocator.hpp | 83 class propagation_test_allocator class 85 BOOST_COPYABLE_AND_MOVABLE(propagation_test_allocator) 98 { typedef propagation_test_allocator 107 propagation_test_allocator select_on_container_copy_construction() const in select_on_container_copy_construction() 108 …{ return CopyOnPropagateOnContSwap ? propagation_test_allocator(*this) : propagation_test_allocat… in select_on_container_copy_construction() 110 explicit propagation_test_allocator() in propagation_test_allocator() function in boost::container::test::propagation_test_allocator 119 propagation_test_allocator(const propagation_test_allocator &x) in propagation_test_allocator() function in boost::container::test::propagation_test_allocator 129 propagation_test_allocator(const propagation_test_allocator in propagation_test_allocator() function in boost::container::test::propagation_test_allocator 144 propagation_test_allocator(BOOST_RV_REF(propagation_test_allocator) x) in propagation_test_allocator() function in boost::container::test::propagation_test_allocator 153 propagation_test_allocator &operator=(BOOST_COPY_ASSIGN_REF(propagation_test_allocator) x) in operator =() [all …]
|
D | allocator_argument_tester.hpp | 19 class propagation_test_allocator class 21 BOOST_COPYABLE_AND_MOVABLE(propagation_test_allocator) 27 typedef propagation_test_allocator<U, Id, HasTrueTypes> other; 36 propagation_test_allocator() in propagation_test_allocator() function in propagation_test_allocator 40 propagation_test_allocator(const propagation_test_allocator&) in propagation_test_allocator() function in propagation_test_allocator 44 propagation_test_allocator(BOOST_RV_REF(propagation_test_allocator) ) in propagation_test_allocator() argument 49 …propagation_test_allocator(BOOST_RV_REF_BEG propagation_test_allocator<U, Id, HasTrueTypes> BOOST_… in propagation_test_allocator() function in propagation_test_allocator 54 propagation_test_allocator(const propagation_test_allocator<U, Id, HasTrueTypes> &) in propagation_test_allocator() function in propagation_test_allocator 57 propagation_test_allocator & operator=(BOOST_COPY_ASSIGN_REF(propagation_test_allocator)) in operator =() argument 62 propagation_test_allocator & operator=(BOOST_RV_REF(propagation_test_allocator)) in operator =() argument [all …]
|
D | propagation_test_allocator.hpp | 21 class propagation_test_allocator class 23 BOOST_COPYABLE_AND_MOVABLE(propagation_test_allocator) 29 typedef propagation_test_allocator<U, Id, HasTrueTypes> other; 38 propagation_test_allocator() in propagation_test_allocator() function in propagation_test_allocator 42 propagation_test_allocator(const propagation_test_allocator&) in propagation_test_allocator() function in propagation_test_allocator 46 propagation_test_allocator(BOOST_RV_REF(propagation_test_allocator) ) in propagation_test_allocator() argument 51 …propagation_test_allocator(BOOST_RV_REF_BEG propagation_test_allocator<U, Id, HasTrueTypes> BOOST_… in propagation_test_allocator() function in propagation_test_allocator 56 propagation_test_allocator(const propagation_test_allocator<U, Id, HasTrueTypes> &) in propagation_test_allocator() function in propagation_test_allocator 59 propagation_test_allocator & operator=(BOOST_COPY_ASSIGN_REF(propagation_test_allocator)) in operator =() argument 62 propagation_test_allocator & operator=(BOOST_RV_REF(propagation_test_allocator)) in operator =() argument [all …]
|
D | uses_allocator_test.cpp | 52 , propagation_test_allocator<float, 0> in main() 56 , propagation_test_allocator<float, 0> in main() 60 , propagation_test_allocator<float, 0> in main() 64 , propagation_test_allocator<float, 0> in main() 68 , propagation_test_allocator<float, 0> in main()
|
D | resource_adaptor_test.cpp | 23 typedef propagation_test_allocator<char, 0> alloc_t; in test_default_constructor() 30 typedef propagation_test_allocator<char, 0> alloc_t; in test_copy_constructor() 40 typedef propagation_test_allocator<char, 0> alloc_t; in test_move_constructor() 50 typedef propagation_test_allocator<char, 0> alloc_t; in test_lvalue_alloc_constructor() 59 typedef propagation_test_allocator<char, 0> alloc_t; in test_rvalue_alloc_constructor() 68 typedef propagation_test_allocator<char, 0> alloc_t; in test_copy_assign() 80 typedef propagation_test_allocator<char, 0> alloc_t; in test_move_assign()
|
D | scoped_allocator_adaptor_test.cpp | 62 typedef propagation_test_allocator<tagged_integer<0>, 0> OuterAlloc; in main() 63 typedef propagation_test_allocator<tagged_integer<0>, 10> Outer10IdAlloc; in main() 64 typedef propagation_test_allocator<tagged_integer<9>, 0> Rebound9OuterAlloc; in main() 65 typedef propagation_test_allocator<tagged_integer<1>, 1> InnerAlloc1; in main() 66 typedef propagation_test_allocator<tagged_integer<2>, 2> InnerAlloc2; in main() 67 typedef propagation_test_allocator<tagged_integer<1>, 11> Inner11IdAlloc1; in main() 69 typedef propagation_test_allocator<tagged_integer<0>, 0, false> OuterAllocFalseHasTrueTypes; in main() 70 typedef propagation_test_allocator<tagged_integer<0>, 0, true> OuterAllocTrueHasTrueTypes; in main() 71 … typedef propagation_test_allocator<tagged_integer<1>, 1, false> InnerAlloc1FalseHasTrueTypes; in main() 72 typedef propagation_test_allocator<tagged_integer<1>, 1, true> InnerAlloc1TrueHasTrueTypes; in main() [all …]
|
D | propagate_allocator_test.hpp | 113 typedef propagation_test_allocator<char, true, true, true, true, true> AlwaysPropagate; in test_propagate_allocator() 216 typedef propagation_test_allocator<char, false, false, false, false, true> NeverPropagate; in test_propagate_allocator() 290 typedef propagation_test_allocator<char, false, false, false, false, false> NeverPropagate; in test_propagate_allocator()
|