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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.members/
select_on_container_copy_construction.pass.cpp 16 // select_on_container_copy_construction(const allocator_type& a);
42 B select_on_container_copy_construction() const function in struct:B
52 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
56 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
61 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
65 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/allocator.adaptor.members/
select_on_container_copy_construction.pass.cpp 15 // scoped_allocator_adaptor select_on_container_copy_construction() const;
30 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
38 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
48 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h 93 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h 93 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 93 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 317 ->select_on_container_copy_construction())>
330 { return __a.select_on_container_copy_construction(); }
418 * @return @c __rhs.select_on_container_copy_construction() or @a __rhs
420 * Returns @c __rhs.select_on_container_copy_construction() if that
424 select_on_container_copy_construction(const _Alloc& __rhs) function in struct:allocator_traits
471 return __traits::select_on_container_copy_construction(__a);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/
test_allocator.h 124 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 150 A3 select_on_container_copy_construction() const {return A3(-1);} function in class:A3
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 150 A3 select_on_container_copy_construction() const {return A3(-1);} function in class:A3
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 154 { return _Base_type::select_on_container_copy_construction(__a); }

Completed in 1953 milliseconds