Home
last modified time | relevance | path

Searched refs:EraseIf (Results 1 - 15 of 15) sorted by relevance

/third_party/gn/src/base/
H A Dstl_util.h131 // Erase/EraseIf are based on library fundamentals ts v2 erase/erase_if
149 void EraseIf(std::basic_string<CharT, Traits, Allocator>& container, in EraseIf() function
162 void EraseIf(std::deque<T, Allocator>& container, Predicate pred) { in EraseIf() function
174 void EraseIf(std::vector<T, Allocator>& container, Predicate pred) { in EraseIf() function
188 void EraseIf(std::forward_list<T, Allocator>& container, Predicate pred) { in EraseIf() function
201 void EraseIf(std::list<T, Allocator>& container, Predicate pred) { in EraseIf() function
206 void EraseIf(std::map<Key, T, Compare, Allocator>& container, Predicate pred) { in EraseIf() function
211 void EraseIf(std::multimap<Key, T, Compare, Allocator>& container, in EraseIf() function
217 void EraseIf(std::set<Key, Compare, Allocator>& container, Predicate pred) { in EraseIf() function
222 void EraseIf(st function
233 void EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, EraseIf() function
244 void EraseIf( EraseIf() function
255 void EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, EraseIf() function
265 void EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, EraseIf() function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_set.h448 container_internal::EraseIf(pred, &c); in erase_if()
H A Dflat_hash_set_test.cc142 TEST(FlatHashSet, EraseIf) { in TEST()
H A Dnode_hash_set.h438 container_internal::EraseIf(pred, &c); in erase_if()
H A Dnode_hash_set_test.cc107 TEST(NodeHashSet, EraseIf) { in TEST()
H A Dflat_hash_map.h547 container_internal::EraseIf(pred, &c); in erase_if()
H A Dnode_hash_map.h531 container_internal::EraseIf(pred, &c); in erase_if()
H A Dflat_hash_map_test.cc235 TEST(FlatHashMap, EraseIf) { in TEST()
H A Dnode_hash_map_test.cc222 TEST(NodeHashMap, EraseIf) { in TEST()
H A Dbtree_test.cc2451 TEST(Btree, EraseIf) { in TEST()
/third_party/node/deps/v8/src/torque/
H A Dutils.h330 void EraseIf(Container* container, F f) { in EraseIf() function
H A Dtypes.h457 EraseIf(&types_, in Extend()
/third_party/gn/src/base/containers/
H A Dcircular_deque.h1103 void EraseIf(circular_deque<T>& container, Predicate pred) { in EraseIf() function
H A Dflat_tree.h246 // Prefer base::EraseIf() or some other variation on erase(remove(), end())
995 void EraseIf(base::internal::flat_tree<Key, Value, GetKeyFromValue, KeyCompare>& in EraseIf() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h1924 void EraseIf(Predicate& pred, raw_hash_set<P, H, E, A>* c) {

Completed in 18 milliseconds