/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 40 struct some_alloc2 struct 44 some_alloc2() {} in some_alloc2() argument 46 void deallocate(void*, unsigned) {} in deallocate() 48 typedef std::false_type propagate_on_container_swap; 49 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 40 struct some_alloc2 struct 44 some_alloc2() {} in some_alloc2() argument 46 void deallocate(void*, unsigned) {} in deallocate() 48 typedef std::false_type propagate_on_container_swap; 49 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 40 struct some_alloc2 struct 44 some_alloc2() {} in some_alloc2() function 46 void deallocate(void*, unsigned) {} in deallocate() 48 typedef std::false_type propagate_on_container_swap; 49 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 41 struct some_alloc2 struct 45 some_alloc2() {} in some_alloc2() argument 47 void deallocate(void*, unsigned) {} in deallocate() 49 typedef std::false_type propagate_on_container_swap; 50 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 40 struct some_alloc2 struct 44 some_alloc2() {} in some_alloc2() argument 46 void deallocate(void*, unsigned) {} in deallocate() 48 typedef std::false_type propagate_on_container_swap; 49 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | swap_noexcept.pass.cpp | 40 struct some_alloc2 struct 44 some_alloc2() {} in some_alloc2() function 46 void deallocate(void*, unsigned) {} in deallocate() 48 typedef std::false_type propagate_on_container_swap; 49 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 69 struct some_alloc2 struct 73 some_alloc2() {} in some_alloc2() argument 75 void deallocate(void*, unsigned) {} in deallocate() 77 typedef std::false_type propagate_on_container_swap; 78 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 69 struct some_alloc2 struct 73 some_alloc2() {} in some_alloc2() function 75 void deallocate(void*, unsigned) {} in deallocate() 77 typedef std::false_type propagate_on_container_swap; 78 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 69 struct some_alloc2 struct 73 some_alloc2() {} in some_alloc2() argument 75 void deallocate(void*, unsigned) {} in deallocate() 77 typedef std::false_type propagate_on_container_swap; 78 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 69 struct some_alloc2 struct 73 some_alloc2() {} in some_alloc2() argument 75 void deallocate(void*, unsigned) {} in deallocate() 77 typedef std::false_type propagate_on_container_swap; 78 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 91 struct some_alloc2 struct 95 some_alloc2() {} in some_alloc2() argument 97 void deallocate(void*, unsigned) {} in deallocate() 99 typedef std::false_type propagate_on_container_swap; 100 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 91 struct some_alloc2 struct 95 some_alloc2() {} in some_alloc2() argument 97 void deallocate(void*, unsigned) {} in deallocate() 99 typedef std::false_type propagate_on_container_swap; 100 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 91 struct some_alloc2 struct 95 some_alloc2() {} in some_alloc2() argument 97 void deallocate(void*, unsigned) {} in deallocate() 99 typedef std::false_type propagate_on_container_swap; 100 typedef std::true_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 91 struct some_alloc2 struct 95 some_alloc2() {} in some_alloc2() argument 97 void deallocate(void*, unsigned) {} in deallocate() 99 typedef std::false_type propagate_on_container_swap; 100 typedef std::true_type is_always_equal;
|