Searched
refs:test_allocator (Results
276 -
300 of
664) sorted by null
<<11121314151617181920>>
| /external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/ |
| dtor_noexcept.pass.cpp | 18 #include "test_allocator.h" 40 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
|
| init_alloc.pass.cpp | 17 #include "test_allocator.h" 25 typedef test_allocator<T> A;
|
| /external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/ |
| swap_noexcept.pass.cpp | 22 #include "test_allocator.h" 45 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
|
| /external/libcxx/test/containers/sequences/list/list.cons/ |
| dtor_noexcept.pass.cpp | 18 #include "test_allocator.h" 40 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C;
|
| /external/libcxx/test/containers/sequences/list/list.special/ |
| swap_noexcept.pass.cpp | 22 #include "test_allocator.h" 45 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C;
|
| /external/libcxx/test/containers/sequences/vector/vector.cons/ |
| dtor_noexcept.pass.cpp | 18 #include "test_allocator.h" 40 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
|
| /external/libcxx/test/containers/sequences/vector/vector.special/ |
| swap_noexcept.pass.cpp | 22 #include "test_allocator.h" 45 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
|
| /external/libcxx/test/containers/sequences/vector.bool/ |
| swap_noexcept.pass.cpp | 21 #include "test_allocator.h" 44 typedef std::vector<bool, test_allocator<bool>> C;
|
| /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
| copy_alloc.pass.cpp | 25 #include "test_allocator.h" 34 test_allocator<std::pair<const int, std::string> > 50 test_allocator<std::pair<const int, std::string> >(10) 52 C c(c0, test_allocator<std::pair<const int, std::string> >(5)); 62 (test_allocator<std::pair<const int, std::string> >(5)));
|
| /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
| copy_alloc.pass.cpp | 25 #include "test_allocator.h" 34 test_allocator<std::pair<const int, std::string> > 50 test_allocator<std::pair<const int, std::string> >(10) 52 C c(c0, test_allocator<std::pair<const int, std::string> >(5)); 76 (test_allocator<std::pair<const int, std::string> >(5)));
|
| /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.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)); 68 assert(c.get_allocator() == test_allocator<int>(5));
|
| /external/libcxx/test/strings/basic.string/string.capacity/ |
| capacity.pass.cpp | 17 #include "test_allocator.h" 41 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > S;
|
| /external/libcxx/test/strings/basic.string/string.cons/ |
| copy.pass.cpp | 17 #include "test_allocator.h" 34 typedef test_allocator<char> A;
|
| copy_alloc.pass.cpp | 17 #include "test_allocator.h" 34 typedef test_allocator<char> A;
|
| move.pass.cpp | 19 #include "test_allocator.h" 41 typedef test_allocator<char> A;
|
| move_alloc.pass.cpp | 19 #include "test_allocator.h" 42 typedef test_allocator<char> A;
|
| /external/libcxx/test/strings/basic.string/string.ops/string.accessors/ |
| get_allocator.pass.cpp | 17 #include "test_allocator.h" 30 typedef test_allocator<char> A;
|
| /ndk/sources/cxx-stl/llvm-libc++/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;
|
| /ndk/sources/cxx-stl/llvm-libc++/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;
|
| /ndk/sources/cxx-stl/llvm-libc++/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;
|
Completed in 1206 milliseconds
<<11121314151617181920>>