Searched refs:removeAll (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKVisitedLinkProvider.mm53 - (void)removeAll
55 _visitedLinkProvider->removeAll();
H A D_WKVisitedLinkProvider.h35 - (void)removeAll;
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DGCIncomingRefCountedSet.h49 static bool removeAll(JSCell*);
H A DGCIncomingRefCountedSetInlines.h44 m_vector[i]->filterIncomingReferences(removeAll);
79 bool GCIncomingRefCountedSet<T>::removeAll(JSCell*) function in class:JSC::GCIncomingRefCountedSet
H A DListableHandler.h92 void removeAll() function in class:JSC::ListableHandler::List
H A DGCThreadSharedData.cpp127 m_weakReferenceHarvesters.removeAll();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DVisitedLinkProvider.h54 void removeAll();
H A DVisitedLinkProvider.cpp93 void VisitedLinkProvider::removeAll() function in class:WebKit::VisitedLinkProvider
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DHashCountedSet.h70 bool removeAll(iterator);
71 bool removeAll(const ValueType&);
185 inline bool HashCountedSet<Value, HashFunctions, Traits>::removeAll(const ValueType& value) function in class:WTF::HashCountedSet
187 return removeAll(find(value));
191 inline bool HashCountedSet<Value, HashFunctions, Traits>::removeAll(iterator it) function in class:WTF::HashCountedSet
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dhash.h84 void removeAll(void);
190 inline void Hashtable::removeAll(void) { function in class:Hashtable
H A Duvectr32.h116 UBool removeAll(const UVector32& other);
H A Dcaniter.cpp308 subpermute.removeAll();
370 permutations.removeAll();
H A Duvector.h159 UBool removeAll(const UVector& other);
H A Duvectr32.cpp133 UBool UVector32::removeAll(const UVector32& other) { function in class:UVector32
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredCollection.java321 * This method conforms to the {@link Collection#removeAll} interface.
328 public boolean removeAll(Collection coll) { method in class:StoredCollection
330 return removeAll(coll, true);
336 * This method conforms to the {@link Collection#removeAll} interface.
345 return removeAll(coll, false);
348 private boolean removeAll(Collection coll, boolean ifExistsInColl) { method in class:StoredCollection
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dregexst.cpp200 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]);
201 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]);
202 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]);
203 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_T]);
H A Dcollationdatawriter.cpp150 unsafeBackwardSet.addAll(*data.unsafeBackwardSet).removeAll(*baseData->unsafeBackwardSet);
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/
H A Ddatamap.cpp71 fData->removeAll();
83 fData->removeAll();
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp2109 fALetterSet->removeAll(*fDictionaryCjkSet);
2129 fOtherSet->removeAll(*fCRSet);
2130 fOtherSet->removeAll(*fLFSet);
2131 fOtherSet->removeAll(*fNewlineSet);
2132 fOtherSet->removeAll(*fKatakanaSet);
2133 fOtherSet->removeAll(*fHebrew_LetterSet);
2134 fOtherSet->removeAll(*fALetterSet);
2135 fOtherSet->removeAll(*fSingle_QuoteSet);
2136 fOtherSet->removeAll(*fDouble_QuoteSet);
2137 fOtherSet->removeAll(*fMidLetterSe
[all...]
H A Dv32test.cpp241 // removeAll
249 a->removeAll(*b);
252 a->removeAll(*b);
257 a->removeAll(*b);
H A Ducdtest.cpp485 rtl.removeAll(scriptSet);
488 cased.removeAll(scriptSet);
H A Dcanittst.cpp155 set->removeAll();
H A Dtransrt.cpp489 this->sourceRange.removeAll(neverOk);
498 this->targetRange.removeAll(neverOk);
700 sourceRangeMinusFailures.removeAll(failSourceTarg);
812 targetRangeMinusFailures.removeAll(failTargSource);
813 targetRangeMinusFailures.removeAll(failRound);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEnumFormat.java164 oldNames.removeAll(newNames);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duniset.h1125 UnicodeSet& removeAll(const UnicodeString& s);
1289 virtual UnicodeSet& removeAll(const UnicodeSet& c);

Completed in 325 milliseconds

12