• Home
  • Raw
  • Download

Lines Matching defs:container

32 void IterateAndEraseIf(Container& container, Predicate pred) {  in IterateAndEraseIf()
142 void Erase(std::basic_string<CharT, Traits, Allocator>& container, in Erase()
149 void EraseIf(std::basic_string<CharT, Traits, Allocator>& container, in EraseIf()
156 void Erase(std::deque<T, Allocator>& container, const Value& value) { in Erase()
162 void EraseIf(std::deque<T, Allocator>& container, Predicate pred) { in EraseIf()
168 void Erase(std::vector<T, Allocator>& container, const Value& value) { in Erase()
174 void EraseIf(std::vector<T, Allocator>& container, Predicate pred) { in EraseIf()
180 void Erase(std::forward_list<T, Allocator>& container, const Value& value) { in Erase()
188 void EraseIf(std::forward_list<T, Allocator>& container, Predicate pred) { in EraseIf()
193 void Erase(std::list<T, Allocator>& container, const Value& value) { in Erase()
201 void EraseIf(std::list<T, Allocator>& container, Predicate pred) { in EraseIf()
206 void EraseIf(std::map<Key, T, Compare, Allocator>& container, Predicate pred) { in EraseIf()
211 void EraseIf(std::multimap<Key, T, Compare, Allocator>& container, in EraseIf()
217 void EraseIf(std::set<Key, Compare, Allocator>& container, Predicate pred) { in EraseIf()
222 void EraseIf(std::multiset<Key, Compare, Allocator>& container, in EraseIf()
233 void EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf()
245 std::unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf()
255 void EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, in EraseIf()
265 void EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, in EraseIf()