Home
last modified time | relevance | path

Searched refs:mIterators (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsTObserverArray.h51 nsTObserverArray_base() : mIterators(nullptr) {} in nsTObserverArray_base()
55 NS_ASSERTION(mIterators == nullptr, "iterators outlasting array"); in ~nsTObserverArray_base()
72 mutable Iterator_base* mIterators; variable
299 : Iterator_base(aPosition, aArray.mIterators) in Iterator()
302 aArray.mIterators = this; in Iterator()
307 NS_ASSERTION(mArray.mIterators == this, in ~Iterator()
311 mArray.mIterators = mNext; in ~Iterator()
H A DnsTObserverArray.cpp14 Iterator_base* iter = mIterators; in AdjustIterators()
26 Iterator_base* iter = mIterators; in ClearIterators()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsTObserverArray.h48 nsTObserverArray_base() : mIterators(nullptr) {} in nsTObserverArray_base()
51 NS_ASSERTION(mIterators == nullptr, "iterators outlasting array"); in ~nsTObserverArray_base()
68 mutable Iterator_base* mIterators; variable
274 : Iterator_base(aPosition, aArray.mIterators), in Iterator()
276 aArray.mIterators = this; in Iterator()
280 NS_ASSERTION(mArray.mIterators == this, in ~Iterator()
284 mArray.mIterators = mNext; in ~Iterator()
H A DnsTObserverArray.cpp12 Iterator_base* iter = mIterators; in AdjustIterators()
22 Iterator_base* iter = mIterators; in ClearIterators()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsTObserverArray.h48 nsTObserverArray_base() : mIterators(nullptr) {} in nsTObserverArray_base()
51 NS_ASSERTION(mIterators == nullptr, "iterators outlasting array"); in ~nsTObserverArray_base()
68 mutable Iterator_base* mIterators; variable
280 : Iterator_base(aPosition, aArray.mIterators), in Iterator()
282 aArray.mIterators = this; in Iterator()
286 NS_ASSERTION(mArray.mIterators == this, in ~Iterator()
290 mArray.mIterators = mNext; in ~Iterator()
H A DnsTObserverArray.cpp12 Iterator_base* iter = mIterators; in AdjustIterators()
22 Iterator_base* iter = mIterators; in ClearIterators()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsTObserverArray.h50 nsTObserverArray_base() : mIterators(nullptr) {} in nsTObserverArray_base()
53 NS_ASSERTION(mIterators == nullptr, "iterators outlasting array"); in ~nsTObserverArray_base()
70 mutable Iterator_base* mIterators; variable
280 : Iterator_base(aPosition, aArray.mIterators), in Iterator()
282 aArray.mIterators = this; in Iterator()
286 NS_ASSERTION(mArray.mIterators == this, in ~Iterator()
290 mArray.mIterators = mNext; in ~Iterator()
H A DnsTObserverArray.cpp12 Iterator_base* iter = mIterators; in AdjustIterators()
22 Iterator_base* iter = mIterators; in ClearIterators()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsTObserverArray.h50 nsTObserverArray_base() : mIterators(nullptr) {} in nsTObserverArray_base()
53 NS_ASSERTION(mIterators == nullptr, "iterators outlasting array"); in ~nsTObserverArray_base()
70 mutable Iterator_base* mIterators; variable
280 : Iterator_base(aPosition, aArray.mIterators), in Iterator()
282 aArray.mIterators = this; in Iterator()
286 NS_ASSERTION(mArray.mIterators == this, in ~Iterator()
290 mArray.mIterators = mNext; in ~Iterator()
H A DnsTObserverArray.cpp12 Iterator_base* iter = mIterators; in AdjustIterators()
22 Iterator_base* iter = mIterators; in ClearIterators()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsTObserverArray.h50 nsTObserverArray_base() : mIterators(nullptr) {} in nsTObserverArray_base()
53 NS_ASSERTION(mIterators == nullptr, "iterators outlasting array"); in ~nsTObserverArray_base()
70 mutable Iterator_base* mIterators; variable
280 : Iterator_base(aPosition, aArray.mIterators), in Iterator()
282 aArray.mIterators = this; in Iterator()
286 NS_ASSERTION(mArray.mIterators == this, in ~Iterator()
290 mArray.mIterators = mNext; in ~Iterator()
H A DnsTObserverArray.cpp12 Iterator_base* iter = mIterators; in AdjustIterators()
22 Iterator_base* iter = mIterators; in ClearIterators()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/
H A DIndex.cpp337 for (const SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
349 for (SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
524 mIterators.AppendElement(aIterator); in RegisterIterator()
530 mIterators.RemoveElement(aIterator); in UnregisterIterator()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mp4/
H A DIndex.cpp404 for (const SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
416 for (SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
588 mIterators.AppendElement(aIterator); in RegisterIterator()
592 mIterators.RemoveElement(aIterator); in UnregisterIterator()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DCacheIndex.cpp333 for (uint32_t i = 0; i < index->mIterators.Length();) { in PreShutdown()
341 index->mIterators[i], static_cast<uint32_t>(rv))); in PreShutdown()
1138 for (uint32_t i = 0; i < index->mIterators.Length();) { in RemoveAll()
1466 index->mIterators.AppendElement(idxIter); in GetIterator()
3399 for (uint32_t i = 0; i < mIterators.Length(); ++i) { in AddRecordToIterators()
3401 if (mIterators[i]->ShouldBeNewAdded()) { in AddRecordToIterators()
3402 mIterators[i]->AddRecord(aRecord); in AddRecordToIterators()
3410 for (uint32_t i = 0; i < mIterators.Length(); ++i) { in RemoveRecordFromIterators()
3414 mIterators[i]->RemoveRecord(aRecord); in RemoveRecordFromIterators()
3422 for (uint32_t i = 0; i < mIterators.Length(); ++i) { in ReplaceRecordInIterators()
[all …]
H A DCacheIndexIterator.cpp67 DebugOnly<bool> removed = mIndex->mIterators.RemoveElement(this); in CloseInternal()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mp4/
H A DIndex.cpp514 for (const SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
526 for (SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
700 mIterators.AppendElement(aIterator); in RegisterIterator()
704 mIterators.RemoveElement(aIterator); in UnregisterIterator()
/dports/www/firefox/firefox-99.0/dom/media/mp4/
H A DIndex.cpp514 for (const SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
526 for (SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
700 mIterators.AppendElement(aIterator); in RegisterIterator()
704 mIterators.RemoveElement(aIterator); in UnregisterIterator()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mp4/
H A DIndex.cpp514 for (const SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
526 for (SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
700 mIterators.AppendElement(aIterator); in RegisterIterator()
704 mIterators.RemoveElement(aIterator); in UnregisterIterator()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mp4/
H A DIndex.cpp514 for (const SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
526 for (SampleIterator* iterator : mIterators) { in UpdateMoofIndex()
700 mIterators.AppendElement(aIterator); in RegisterIterator()
704 mIterators.RemoveElement(aIterator); in UnregisterIterator()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DCacheIndexIterator.cpp78 DebugOnly<bool> removed = mIndex->mIterators.RemoveElement(this); in CloseInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DCacheIndexIterator.cpp67 DebugOnly<bool> removed = mIndex->mIterators.RemoveElement(this); in CloseInternal()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cache2/
H A DCacheIndexIterator.cpp67 DebugOnly<bool> removed = mIndex->mIterators.RemoveElement(this); in CloseInternal()
/dports/www/firefox/firefox-99.0/netwerk/cache2/
H A DCacheIndexIterator.cpp67 DebugOnly<bool> removed = mIndex->mIterators.RemoveElement(this); in CloseInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheIndexIterator.cpp67 DebugOnly<bool> removed = mIndex->mIterators.RemoveElement(this); in CloseInternal()

12