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

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
move_assign_noexcept.pass.cpp 23 #include "test_allocator.h"
40 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
  /external/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;
  /external/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;
  /external/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;
  /external/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));
  /external/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;
  /external/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;
  /external/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>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
alloc.pass.cpp 19 #include "test_allocator.h"
26 typedef test_allocator<std::pair<const int, double> > A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
alloc.pass.cpp 19 #include "test_allocator.h"
26 typedef test_allocator<std::pair<const int, double> > A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
default_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::deque<MoveOnly, test_allocator<MoveOnly>> C;
move_assign_noexcept.pass.cpp 23 #include "test_allocator.h"
40 typedef std::deque<MoveOnly, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::deque<MoveOnly, test_allocator<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.pass.cpp 17 #include "test_allocator.h"
24 typedef test_allocator<NotConstructible> A;
default_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
move_assign_noexcept.pass.cpp 23 #include "test_allocator.h"
40 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 21 #include "test_allocator.h"
38 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;

Completed in 1332 milliseconds

1 2 3 4 5 6 78 91011>>