HomeSort by relevance Sort by last modified time
    Searched refs:propagate_on_container_swap (Results 1 - 25 of 46) sorted by null

1 2

  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_swap.pass.cpp 15 // typedef see below propagate_on_container_swap;
27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_swap,
31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_swap,
35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap,
  /external/libcxx/test/std/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++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_swap.pass.cpp 15 // typedef see below propagate_on_container_swap;
27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_swap,
31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_swap,
35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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), "");
  /external/libcxx/test/std/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++/libcxx/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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
  /external/libcxx/test/std/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 188 _GLIBCXX_ALLOC_TR_NESTED_TYPE(propagate_on_container_swap,
194 * @c Alloc::propagate_on_container_swap if that type exists,
197 typedef __propagate_on_container_swap propagate_on_container_swap; typedef in struct:allocator_traits
508 typedef typename __traits::propagate_on_container_swap __pocs;

Completed in 1459 milliseconds

1 2