HomeSort by relevance Sort by last modified time
    Searched refs:test_allocator (Results 201 - 225 of 664) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
default_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C;
move_assign_noexcept.pass.cpp 23 #include "test_allocator.h"
40 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
default_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
move_assign_noexcept.pass.cpp 23 #include "test_allocator.h"
40 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
default_noexcept.pass.cpp 20 #include "test_allocator.h"
37 typedef std::vector<bool, test_allocator<bool>> C;
dtor_noexcept.pass.cpp 17 #include "test_allocator.h"
39 typedef std::vector<bool, test_allocator<bool>> C;
move_assign_noexcept.pass.cpp 22 #include "test_allocator.h"
39 typedef std::vector<bool, test_allocator<bool>> C;
move_noexcept.pass.cpp 20 #include "test_allocator.h"
37 typedef std::vector<bool, test_allocator<bool>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
copy_alloc.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<int>
49 test_allocator<int>(10)
51 C c(c0, test_allocator<int>(5));
60 assert(c.get_allocator() == test_allocator<int>(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
dtor_noexcept.pass.cpp 17 #include "test_allocator.h"
39 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 21 #include "test_allocator.h"
44 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor_func_alloc.pass.cpp 20 #include "../../test_allocator.h"
46 test_allocator<A>(), A(5));
61 test_allocator<A>(), a);
75 std::packaged_task<int(int)> p(std::allocator_arg, test_allocator<A>(), &func);
87 std::packaged_task<int(int)> p(std::allocator_arg, test_allocator<A>(), func);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
assign_F_alloc.pass.cpp 19 #include "test_allocator.h"
54 f.assign(A(), test_allocator<A>());
  /external/libcxx/test/containers/associative/set/set.cons/
initializer_list_compare_alloc.pass.cpp 20 #include "test_allocator.h"
27 typedef test_allocator<int> A;
46 typedef test_allocator<int> A;
iter_iter_alloc.pass.cpp 27 #include "test_allocator.h"
45 typedef test_allocator<V> A;
71 typedef test_allocator<V> A;
  /external/libcxx/test/containers/sequences/vector.bool/
construct_size.pass.cpp 19 #include "test_allocator.h"
62 test2<std::vector<bool, test_allocator<bool>> >( 100, test_allocator<bool>(23));
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size.fail.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size_hash.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size_hash.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
  /external/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor_func_alloc.pass.cpp 20 #include "../../test_allocator.h"
44 test_allocator<A>(), A(5));
59 test_allocator<A>(), a);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
initializer_list_compare_alloc.pass.cpp 20 #include "test_allocator.h"
27 typedef test_allocator<int> A;
46 typedef test_allocator<int> A;

Completed in 1428 milliseconds

1 2 3 4 5 6 7 891011>>