HomeSort by relevance Sort by last modified time
    Searched defs:propagate_on_container_swap (Results 1 - 18 of 18) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.types/
propagate_on_container_swap.pass.cpp 15 // typedef Alloc::propagate_on_container_swap
16 // | false_type propagate_on_container_swap;
27 typedef std::true_type propagate_on_container_swap; typedef in struct:A
38 static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_swap, std::true_type>::value), "");
39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::false_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
33 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
32 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 13 // noexcept(!allocator_type::propagate_on_container_swap::value ||
32 typedef std::true_type propagate_on_container_swap; typedef in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 124 typedef std::true_type propagate_on_container_swap; typedef in class:A3
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 124 typedef std::true_type propagate_on_container_swap; typedef in class:A3
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h 103 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h 103 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/
test_allocator.h 134 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 103 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 187 _GLIBCXX_ALLOC_TR_NESTED_TYPE(propagate_on_container_swap,
193 * @c Alloc::propagate_on_container_swap if that type exists,
196 typedef __propagate_on_container_swap propagate_on_container_swap; typedef in struct:allocator_traits
505 typedef typename __traits::propagate_on_container_swap __pocs;

Completed in 670 milliseconds