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

  /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), "");
  /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
  /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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_allocator.h 108 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/
test_allocator.h 108 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 108 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;
  /prebuilts/ndk/9/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 139 typedef std::true_type propagate_on_container_swap; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/test/utilities/tuple/tuple.tuple/
allocators.h 124 typedef std::true_type propagate_on_container_swap; typedef in class:A3
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 166 { return _Base_type::propagate_on_container_swap::value; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 166 { return _Base_type::propagate_on_container_swap::value; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 179 { return _Base_type::propagate_on_container_swap::value; }

Completed in 367 milliseconds