Searched refs:propagate_on_container_swap (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/
H A Dtypedefs.cc44 typedef typename test_type::propagate_on_container_swap
45 propagate_on_container_swap; typedef
H A Dtypedefs2.cc49 typedef std::false_type propagate_on_container_swap; typedef in struct:alloc
91 static_assert( is_same<traits::propagate_on_container_swap,
92 alloc_type::propagate_on_container_swap>::value,
93 "propagate_on_container_swap" );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/
H A Dtypedefs.cc64 typedef typename test_type::propagate_on_container_swap
65 propagate_on_container_swap; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/scoped_allocator/
H A Dpropagation.cc50 struct propagate_on_container_swap struct in struct:test_allocator
71 typedef typename A::propagate_on_container_swap type;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalloc_traits.h186 _GLIBCXX_ALLOC_TR_NESTED_TYPE(propagate_on_container_swap,
192 * @c Alloc::propagate_on_container_swap if that type exists,
195 typedef __propagate_on_container_swap propagate_on_container_swap; typedef in struct:allocator_traits
474 using propagate_on_container_swap = false_type;
620 typedef typename __traits::propagate_on_container_swap __pocs;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dalloc_traits.h152 { return _Base_type::propagate_on_container_swap::value; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_allocator.h297 typedef std::true_type propagate_on_container_swap; typedef in class:__gnu_test::uneq_allocator
478 typedef trait_type propagate_on_container_swap; typedef in class:__gnu_test::propagating_allocator

Completed in 57 milliseconds