Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 25 of 26) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java188 public Set<V> removeAll(K key) { in removeAll() method in Relation
308 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation
325 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation
329 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation
337 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
DCollectionSet.java81 public boolean removeAll(Collection<?> c) { in removeAll() method in CollectionSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRelation.java190 public Set<V> removeAll(K key) { in removeAll() method in Relation
310 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation
327 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation
331 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation
339 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
DCollectionSet.java83 public boolean removeAll(Collection<?> c) { in removeAll() method in CollectionSet
/third_party/protobuf/objectivec/
DGPBDictionary.m1611 - (void)removeAll { method
1794 - (void)removeAll { method
1977 - (void)removeAll { method
2160 - (void)removeAll { method
2343 - (void)removeAll { method
2526 - (void)removeAll { method
2709 - (void)removeAll { method
2948 - (void)removeAll { method
3173 - (void)removeAll { method
3361 - (void)removeAll { method
[all …]
DGPBArray.m519 - (void)removeAll { method
769 - (void)removeAll { method
1019 - (void)removeAll { method
1269 - (void)removeAll { method
1519 - (void)removeAll { method
1769 - (void)removeAll { method
2019 - (void)removeAll { method
2358 - (void)removeAll { method
/third_party/skia/src/utils/
DSkCanvasStack.cpp46 void SkCanvasStack::removeAll() { in removeAll() function in SkCanvasStack
DSkNWayCanvas.cpp31 void SkNWayCanvas::removeAll() { in removeAll() function in SkNWayCanvas
/third_party/typescript/tests/cases/compiler/
DgenericClassPropertyInheritanceSpecialization.ts25 removeAll(items?: T[]): T[]; method
DstaticAnonymousTypeNotReferencingTypeParameter.ts76 static removeAll<T>(dit: typeof ListWrapper, list: T[], items: T[]) { method in ListWrapper
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractProtobufList.java154 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractProtobufList
DMapField.java444 public boolean removeAll(Collection<?> c) { in removeAll() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
547 public boolean removeAll(Collection<?> c) { in removeAll() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
/third_party/skia/third_party/externals/icu/source/common/
Dhash.h249 inline void Hashtable::removeAll(void) { in removeAll() function
Duvectr32.cpp135 UBool UVector32::removeAll(const UVector32& other) { in removeAll() function in UVector32
Duvector.cpp214 UBool UVector::removeAll(const UVector& other) { in removeAll() function in UVector
Duniset.cpp1055 UnicodeSet& UnicodeSet::removeAll(const UnicodeString& s) { in removeAll() function in UnicodeSet
1325 UnicodeSet& UnicodeSet::removeAll(const UnicodeSet& c) { in removeAll() function in UnicodeSet
/third_party/icu/icu4c/source/common/
Dhash.h249 inline void Hashtable::removeAll(void) { in removeAll() function
Duvectr32.cpp135 UBool UVector32::removeAll(const UVector32& other) { in removeAll() function in UVector32
Duvector.cpp211 UBool UVector::removeAll(const UVector& other) { in removeAll() function in UVector
Duniset.cpp1054 UnicodeSet& UnicodeSet::removeAll(const UnicodeString& s) { in removeAll() function in UnicodeSet
1324 UnicodeSet& UnicodeSet::removeAll(const UnicodeSet& c) { in removeAll() function in UnicodeSet
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DCollectionUtilities.java138 public static <K,V> Map<K,V> removeAll(Map<K,V> m, Collection<K> itemsToRemove) { in removeAll() method in CollectionUtilities
232 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll() method in CollectionUtilities
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java135 public static <K,V> Map<K,V> removeAll(Map<K,V> m, Collection<K> itemsToRemove) { in removeAll() method in CollectionUtilities
229 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll() method in CollectionUtilities
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go418 func (s SpanSet) removeAll(rhs SpanSet) SpanSet { func
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java1425 public final UnicodeSet removeAll(CharSequence s) { in removeAll() method
2230 public UnicodeSet removeAll(UnicodeSet c) { in removeAll() method
4407 public <T extends CharSequence> UnicodeSet removeAll(Iterable<T> collection) { in removeAll() method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1495 public final UnicodeSet removeAll(CharSequence s) { in removeAll() method
2333 public UnicodeSet removeAll(UnicodeSet c) { in removeAll() method
4554 public <T extends CharSequence> UnicodeSet removeAll(Iterable<T> collection) { in removeAll() method

12