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

<<11121314151617181920>>

  /external/libcxx/test/containers/associative/map/map.cons/
compare_alloc.pass.cpp 20 #include "test_allocator.h"
27 typedef test_allocator<std::pair<const int, double> > A;
default_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 18 #include "test_allocator.h"
39 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
move_assign_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 22 #include "test_allocator.h"
39 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 22 #include "test_allocator.h"
45 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multimap/multimap.cons/
compare_alloc.pass.cpp 20 #include "test_allocator.h"
27 typedef test_allocator<std::pair<const int, double> > A;
default_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 18 #include "test_allocator.h"
39 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
move_assign_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 22 #include "test_allocator.h"
39 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 22 #include "test_allocator.h"
45 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multiset/multiset.cons/
default_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 18 #include "test_allocator.h"
39 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
initializer_list_compare_alloc.pass.cpp 19 #include "test_allocator.h"
25 typedef test_allocator<int> A;
move_assign_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 22 #include "test_allocator.h"
39 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 22 #include "test_allocator.h"
45 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/set/set.cons/
default_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 18 #include "test_allocator.h"
39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
move_assign_noexcept.pass.cpp 24 #include "test_allocator.h"
41 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 22 #include "test_allocator.h"
39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 22 #include "test_allocator.h"
45 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/sequences/deque/deque.cons/
dtor_noexcept.pass.cpp 18 #include "test_allocator.h"
40 typedef std::deque<MoveOnly, test_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 22 #include "test_allocator.h"
45 typedef std::deque<MoveOnly, test_allocator<MoveOnly>> C;

Completed in 683 milliseconds

<<11121314151617181920>>