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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_move_assignment.pass.cpp 15 // typedef see below propagate_on_container_move_assignment;
27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_move_assignment,
31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_move_assignment,
35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.types/
propagate_on_container_move_assignment.pass.cpp 15 // typedef Alloc::propagate_on_container_move_assignment
16 // | false_type propagate_on_container_move_assignment;
27 typedef std::true_type propagate_on_container_move_assignment; typedef in struct:A
38 static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_move_assignment, std::true_type>::value), "");
39 static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_move_assignment, std::false_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h 102 typedef std::true_type propagate_on_container_move_assignment; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h 102 typedef std::true_type propagate_on_container_move_assignment; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 102 typedef std::true_type propagate_on_container_move_assignment; typedef in class:other_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 175 _GLIBCXX_ALLOC_TR_NESTED_TYPE(propagate_on_container_move_assignment,
181 * @c Alloc::propagate_on_container_move_assignment if that type exists,
185 propagate_on_container_move_assignment; typedef in struct:allocator_traits
486 typedef typename __traits::propagate_on_container_move_assignment __pocma;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/
test_allocator.h 133 typedef std::true_type propagate_on_container_move_assignment; typedef in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 78 typedef std::true_type propagate_on_container_move_assignment; typedef in class:A2
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 78 typedef std::true_type propagate_on_container_move_assignment; typedef in class:A2
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 163 { return _Base_type::propagate_on_container_move_assignment::value; }

Completed in 511 milliseconds