/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 51 struct some_alloc3 struct 55 some_alloc3() {} in some_alloc3() argument 57 void deallocate(void*, unsigned) {} in deallocate() 59 typedef std::false_type propagate_on_container_move_assignment; 60 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | move_assign_noexcept.pass.cpp | 48 struct some_alloc3 struct 52 some_alloc3() {} in some_alloc3() argument 54 void deallocate(void*, unsigned) {} in deallocate() 56 typedef std::false_type propagate_on_container_move_assignment; 57 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | move_assign_noexcept.pass.cpp | 48 struct some_alloc3 struct 52 some_alloc3() {} in some_alloc3() argument 54 void deallocate(void*, unsigned) {} in deallocate() 56 typedef std::false_type propagate_on_container_move_assignment; 57 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 83 struct some_alloc3 struct 87 some_alloc3() {} in some_alloc3() argument 89 void deallocate(void*, unsigned) {} in deallocate() 91 typedef std::false_type propagate_on_container_swap; 92 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 83 struct some_alloc3 struct 87 some_alloc3() {} in some_alloc3() argument 89 void deallocate(void*, unsigned) {} in deallocate() 91 typedef std::false_type propagate_on_container_swap; 92 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 83 struct some_alloc3 struct 87 some_alloc3() {} in some_alloc3() argument 89 void deallocate(void*, unsigned) {} in deallocate() 91 typedef std::false_type propagate_on_container_swap; 92 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 83 struct some_alloc3 struct 87 some_alloc3() {} in some_alloc3() argument 89 void deallocate(void*, unsigned) {} in deallocate() 91 typedef std::false_type propagate_on_container_swap; 92 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 110 struct some_alloc3 struct 114 some_alloc3() {} in some_alloc3() argument 116 void deallocate(void*, unsigned) {} in deallocate() 118 typedef std::false_type propagate_on_container_swap; 119 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 110 struct some_alloc3 struct 114 some_alloc3() {} in some_alloc3() argument 116 void deallocate(void*, unsigned) {} in deallocate() 118 typedef std::false_type propagate_on_container_swap; 119 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 110 struct some_alloc3 struct 114 some_alloc3() {} in some_alloc3() argument 116 void deallocate(void*, unsigned) {} in deallocate() 118 typedef std::false_type propagate_on_container_swap; 119 typedef std::false_type is_always_equal;
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 110 struct some_alloc3 struct 114 some_alloc3() {} in some_alloc3() argument 116 void deallocate(void*, unsigned) {} in deallocate() 118 typedef std::false_type propagate_on_container_swap; 119 typedef std::false_type is_always_equal;
|