/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 53 struct some_alloc3 struct 57 some_alloc3() {} in some_alloc3() function 58 some_alloc3(const some_alloc3&); 93 typedef std::basic_string<char, std::char_traits<char>, some_alloc3<char>> C; in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector.bool/ |
D | move_assign_noexcept.pass.cpp | 47 struct some_alloc3 struct 51 some_alloc3() {} in some_alloc3() argument 52 some_alloc3(const some_alloc3&); 96 typedef std::vector<bool, some_alloc3<bool>> C; in main()
|
/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() function 53 some_alloc3(const some_alloc3&); 97 typedef std::vector<bool, some_alloc3<bool>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector.bool/ |
D | move_assign_noexcept.pass.cpp | 47 struct some_alloc3 struct 51 some_alloc3() {} in some_alloc3() argument 52 some_alloc3(const some_alloc3&); 96 typedef std::vector<bool, some_alloc3<bool>> C; in main()
|
/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 53 some_alloc3(const some_alloc3&); 91 typedef std::vector<MoveOnly, some_alloc3<MoveOnly>> C; in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 50 struct some_alloc3 { struct 53 some_alloc3() {} in some_alloc3() function 54 some_alloc3(const some_alloc3&); 88 typedef std::basic_string<char, std::char_traits<char>, some_alloc3<char>> C; in test()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/ |
D | move_assign_noexcept.pass.cpp | 50 struct some_alloc3 struct 54 some_alloc3() {} in some_alloc3() argument 55 some_alloc3(const some_alloc3&); 94 typedef std::vector<MoveOnly, some_alloc3<MoveOnly>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/ |
D | move_assign_noexcept.pass.cpp | 50 struct some_alloc3 struct 54 some_alloc3() {} in some_alloc3() argument 55 some_alloc3(const some_alloc3&); 94 typedef std::vector<MoveOnly, some_alloc3<MoveOnly>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 50 struct some_alloc3 { struct 53 some_alloc3() {} in some_alloc3() function 54 some_alloc3(const some_alloc3&); 88 typedef std::basic_string<char, std::char_traits<char>, some_alloc3<char>> C; in test()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() argument 87 some_alloc3(const some_alloc3&); 134 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() argument 87 some_alloc3(const some_alloc3&); 134 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
|
/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() function 88 some_alloc3(const some_alloc3&); 135 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() function 87 some_alloc3(const some_alloc3&); 134 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
|
/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 88 some_alloc3(const some_alloc3&); 135 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() function 87 some_alloc3(const some_alloc3&); 134 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
|
/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 88 some_alloc3(const some_alloc3&); 136 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() argument 87 some_alloc3(const some_alloc3&); 135 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() function 87 some_alloc3(const some_alloc3&); 135 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() argument 87 some_alloc3(const some_alloc3&); 135 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 82 struct some_alloc3 struct 86 some_alloc3() {} in some_alloc3() function 87 some_alloc3(const some_alloc3&); 135 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
|
/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 88 some_alloc3(const some_alloc3&); 136 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 109 struct some_alloc3 struct 113 some_alloc3() {} in some_alloc3() function 114 some_alloc3(const some_alloc3&); 184 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveO… in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 109 struct some_alloc3 struct 113 some_alloc3() {} in some_alloc3() argument 114 some_alloc3(const some_alloc3&); 184 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 109 struct some_alloc3 struct 113 some_alloc3() {} in some_alloc3() argument 114 some_alloc3(const some_alloc3&); 185 …ordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 109 struct some_alloc3 struct 113 some_alloc3() {} in some_alloc3() argument 114 some_alloc3(const some_alloc3&); 184 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveO… in main()
|