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

1 2

  /external/libcxx/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);
Android.mk 35 test_name := utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction
36 test_src := select_on_container_copy_construction.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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);
  /external/libcxx/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);
Android.mk 39 test_name := utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction
40 test_src := select_on_container_copy_construction.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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);
  /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);
  /prebuilts/ndk/9/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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 322 ->select_on_container_copy_construction())>
338 { return __a.select_on_container_copy_construction(); }
427 * @return @c __rhs.select_on_container_copy_construction() or @a __rhs
429 * Returns @c __rhs.select_on_container_copy_construction() if that
433 select_on_container_copy_construction(const _Alloc& __rhs) function in struct:allocator_traits
459 return __traits::select_on_container_copy_construction(__a);
  /external/libcxx/test/support/
allocators.h 159 A3 select_on_container_copy_construction() const {return A3(-1);} function in class:A3
test_allocator.h 145 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /external/libcxx/test/thread/futures/
test_allocator.h 138 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h 159 A3 select_on_container_copy_construction() const {return A3(-1);} function in class:A3
test_allocator.h 205 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 138 other_allocator select_on_container_copy_construction() const function in class:other_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 154 { return _Base_type::select_on_container_copy_construction(__a); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 154 { return _Base_type::select_on_container_copy_construction(__a); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 167 { return _Base_type::select_on_container_copy_construction(__a); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 140 { return _Base_type::select_on_container_copy_construction(__a); }
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]

Completed in 464 milliseconds

1 2