Home
last modified time | relevance | path

Searched refs:some_alloc2 (Results 1 – 17 of 17) sorted by relevance

/external/libcxx/test/std/strings/basic.string/string.cons/
Dmove_assign_noexcept.pass.cpp38 struct some_alloc2 struct
42 some_alloc2() {} in some_alloc2() function
43 some_alloc2(const some_alloc2&);
85 typedef std::basic_string<char, std::char_traits<char>, some_alloc2<char>> C; in main()
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
Dswap_noexcept.pass.cpp44 struct some_alloc2 struct
48 some_alloc2() {} in some_alloc2() argument
49 some_alloc2(const some_alloc2&);
79 typedef std::basic_string<char, std::char_traits<char>, some_alloc2<char>> C; in main()
/external/libcxx/test/std/containers/sequences/vector.bool/
Dmove_assign_noexcept.pass.cpp35 struct some_alloc2 struct
39 some_alloc2() {} in some_alloc2() function
40 some_alloc2(const some_alloc2&);
92 typedef std::vector<bool, some_alloc2<bool>> C; in main()
Dswap_noexcept.pass.cpp44 struct some_alloc2 struct
48 some_alloc2() {} in some_alloc2() function
49 some_alloc2(const some_alloc2&);
87 typedef std::vector<bool, some_alloc2<bool>> C; in main()
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dmove_assign_noexcept.pass.cpp35 struct some_alloc2 struct
39 some_alloc2() {} in some_alloc2() argument
40 some_alloc2(const some_alloc2&);
87 typedef std::vector<MoveOnly, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/sequences/deque/deque.special/
Dswap_noexcept.pass.cpp44 struct some_alloc2 struct
48 some_alloc2() {} in some_alloc2() argument
49 some_alloc2(const some_alloc2&);
83 typedef std::deque<MoveOnly, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
Dswap_noexcept.pass.cpp44 struct some_alloc2 struct
48 some_alloc2() {} in some_alloc2() argument
49 some_alloc2(const some_alloc2&);
83 typedef std::forward_list<MoveOnly, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/sequences/vector/vector.special/
Dswap_noexcept.pass.cpp45 struct some_alloc2 struct
49 some_alloc2() {} in some_alloc2() function
50 some_alloc2(const some_alloc2&);
84 typedef std::vector<MoveOnly, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/sequences/list/list.special/
Dswap_noexcept.pass.cpp44 struct some_alloc2 struct
48 some_alloc2() {} in some_alloc2() function
49 some_alloc2(const some_alloc2&);
83 typedef std::list<MoveOnly, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp97 struct some_alloc2 struct
101 some_alloc2() {} in some_alloc2() argument
102 some_alloc2(const some_alloc2&);
158 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main()
166 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main()
174 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main()
182 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main()
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_noexcept.pass.cpp97 struct some_alloc2 struct
101 some_alloc2() {} in some_alloc2() argument
102 some_alloc2(const some_alloc2&);
156 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOn… in main()
164 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOn… in main()
172 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveO… in main()
180 …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/
Dswap_noexcept.pass.cpp97 struct some_alloc2 struct
101 some_alloc2() {} in some_alloc2() function
102 some_alloc2(const some_alloc2&);
157 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<V>> C; in main()
165 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<V>> C; in main()
173 …ordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<V>> C; in main()
181 …ordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<V>> C; in main()
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
Dswap_noexcept.pass.cpp97 struct some_alloc2 struct
101 some_alloc2() {} in some_alloc2() function
102 some_alloc2(const some_alloc2&);
156 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main()
164 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
172 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main()
180 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp70 struct some_alloc2 struct
74 some_alloc2() {} in some_alloc2() function
75 some_alloc2(const some_alloc2&);
122 typedef std::set<MoveOnly, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main()
130 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp70 struct some_alloc2 struct
74 some_alloc2() {} in some_alloc2() argument
75 some_alloc2(const some_alloc2&);
122 typedef std::multiset<MoveOnly, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main()
130 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main()
/external/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp70 struct some_alloc2 struct
74 some_alloc2() {} in some_alloc2() argument
75 some_alloc2(const some_alloc2&);
123 typedef std::multimap<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc2<V>> C; in main()
131 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc2<V>> C; in main()
/external/libcxx/test/std/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp70 struct some_alloc2 struct
74 some_alloc2() {} in some_alloc2() argument
75 some_alloc2(const some_alloc2&);
123 typedef std::map<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc2<V>> C; in main()
131 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc2<V>> C; in main()