/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() function 45 some_alloc2(const some_alloc2&); 77 typedef std::basic_string<char, std::char_traits<char>, some_alloc2<char>> C; in main()
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | swap_noexcept.pass.cpp | 40 struct some_alloc2 struct 44 some_alloc2() {} in some_alloc2() argument 45 some_alloc2(const some_alloc2&); 82 typedef std::vector<bool, some_alloc2<bool>> C; in main()
|
/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 45 some_alloc2(const some_alloc2&); 82 typedef std::deque<MoveOnly, some_alloc2<MoveOnly>> C; in main()
|
/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 45 some_alloc2(const some_alloc2&); 82 typedef std::list<MoveOnly, some_alloc2<MoveOnly>> C; in main()
|
/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 46 some_alloc2(const some_alloc2&); 83 typedef std::vector<MoveOnly, some_alloc2<MoveOnly>> C; in main()
|
/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 45 some_alloc2(const some_alloc2&); 82 typedef std::forward_list<MoveOnly, some_alloc2<MoveOnly>> C; in main()
|
/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() function 96 some_alloc2(const some_alloc2&); 155 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() 165 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main() 175 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() 185 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
|
/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 96 some_alloc2(const some_alloc2&); 155 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOn… in main() 165 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOn… in main() 175 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveO… in main() 185 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveO… in main()
|
/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 96 some_alloc2(const some_alloc2&); 156 …ed_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main() 166 …ed_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main() 176 …d_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main() 186 …d_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main()
|
/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() function 96 some_alloc2(const some_alloc2&); 157 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main() 167 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main() 177 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main() 187 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main()
|
/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() function 74 some_alloc2(const some_alloc2&); 125 typedef std::multiset<MoveOnly, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() 135 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
|
/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 74 some_alloc2(const some_alloc2&); 125 typedef std::set<MoveOnly, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() 135 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
|
/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() argument 74 some_alloc2(const some_alloc2&); 125 typedef std::multimap<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() 135 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
|
/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 74 some_alloc2(const some_alloc2&); 125 typedef std::map<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() 135 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
|