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

  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
select_on_container_copy_construction.pass.cpp 16 // select_on_container_copy_construction(const allocator_type& a);
45 B select_on_container_copy_construction() const function in struct:B
55 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
59 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
65 assert(std::allocator_traits<Alloc>::select_on_container_copy_construction(a).id == 0);
70 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
74 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.members/
select_on_container_copy_construction.pass.cpp 16 // select_on_container_copy_construction(const allocator_type& a);
44 B select_on_container_copy_construction() const function in struct:B
54 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
58 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
63 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
67 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
select_on_container_copy_construction.pass.cpp 18 // polymorphic_allocator<T>::select_on_container_copy_construction() const
32 std::is_same<decltype(a.select_on_container_copy_construction()), A>::value,
39 A const other = a.select_on_container_copy_construction();
48 A const other = a.select_on_container_copy_construction();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
select_on_container_copy_construction.pass.cpp 18 // polymorphic_allocator<T>::select_on_container_copy_construction() const
32 std::is_same<decltype(a.select_on_container_copy_construction()), A>::value,
39 A const other = a.select_on_container_copy_construction();
48 A const other = a.select_on_container_copy_construction();
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
select_on_container_copy_construction.pass.cpp 17 // 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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
select_on_container_copy_construction.pass.cpp 17 // 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 319 ->select_on_container_copy_construction())>
332 { return __a.select_on_container_copy_construction(); }
421 * @return @c __rhs.select_on_container_copy_construction() or @a __rhs
423 * Returns @c __rhs.select_on_container_copy_construction() if that
427 select_on_container_copy_construction(const _Alloc& __rhs) function in struct:allocator_traits
474 return __traits::select_on_container_copy_construction(__a);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 319 ->select_on_container_copy_construction())>
332 { return __a.select_on_container_copy_construction(); }
421 * @return @c __rhs.select_on_container_copy_construction() or @a __rhs
423 * Returns @c __rhs.select_on_container_copy_construction() if that
427 select_on_container_copy_construction(const _Alloc& __rhs) function in struct:allocator_traits
474 return __traits::select_on_container_copy_construction(__a);
  /external/libcxx/test/support/
allocators.h 167 A3 select_on_container_copy_construction() const {return A3(-1);} function in class:A3
test_allocator.h 229 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 167 { return _Base_type::select_on_container_copy_construction(__a); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h 167 { return _Base_type::select_on_container_copy_construction(__a); }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
allocators.h 167 A3 select_on_container_copy_construction() const {return A3(-1);} function in class:A3
test_allocator.h 229 other_allocator select_on_container_copy_construction() const function in class:other_allocator

Completed in 379 milliseconds