Home
last modified time | relevance | path

Searched refs:some_alloc3 (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/strings/basic.string/string.cons/
Dmove_assign_noexcept.pass.cpp51 struct some_alloc3 struct
55 some_alloc3() {} in some_alloc3() function
56 some_alloc3(const some_alloc3&);
90 typedef std::basic_string<char, std::char_traits<char>, some_alloc3<char>> C; in main()
/external/libcxx/test/std/containers/sequences/vector.bool/
Dmove_assign_noexcept.pass.cpp48 struct some_alloc3 struct
52 some_alloc3() {} in some_alloc3() argument
53 some_alloc3(const some_alloc3&);
97 typedef std::vector<bool, some_alloc3<bool>> C; in main()
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dmove_assign_noexcept.pass.cpp48 struct some_alloc3 struct
52 some_alloc3() {} in some_alloc3() function
53 some_alloc3(const some_alloc3&);
91 typedef std::vector<MoveOnly, some_alloc3<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp83 struct some_alloc3 struct
87 some_alloc3() {} in some_alloc3() function
88 some_alloc3(const some_alloc3&);
135 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp83 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/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp83 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/libcxx/test/std/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp83 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/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp110 struct some_alloc3 struct
114 some_alloc3() {} in some_alloc3() argument
115 some_alloc3(const some_alloc3&);
187 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MapType>> C; in main()
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_noexcept.pass.cpp110 struct some_alloc3 struct
114 some_alloc3() {} in some_alloc3() argument
115 some_alloc3(const some_alloc3&);
185 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveO… in main()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
Dswap_noexcept.pass.cpp110 struct some_alloc3 struct
114 some_alloc3() {} in some_alloc3() function
115 some_alloc3(const some_alloc3&);
186 …ordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<V>> C; in main()
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
Dswap_noexcept.pass.cpp110 struct some_alloc3 struct
114 some_alloc3() {} in some_alloc3() argument
115 some_alloc3(const some_alloc3&);
185 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C; in main()