Home
last modified time | relevance | path

Searched refs:mThenValues (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DMozPromise.h628 mThenValues.AppendElement(aThenValue); in ThenInternal()
677 for (auto&& then : mThenValues) { in AssertIsDead()
698 for (size_t i = 0; i < mThenValues.Length(); ++i) { in DispatchAll()
699 mThenValues[i]->Dispatch(this); in DispatchAll()
701 mThenValues.Clear(); in DispatchAll()
727 MOZ_ASSERT(mThenValues.IsEmpty()); in ~MozPromise()
744 nsTArray<RefPtr<ThenValueBase>> mThenValues; variable
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DMozPromise.h802 mThenValues.AppendElement(thenValue.forget());
927 for (auto&& then : mThenValues) {
947 for (size_t i = 0; i < mThenValues.Length(); ++i) {
948 mThenValues[i]->Dispatch(this);
950 mThenValues.Clear();
974 MOZ_ASSERT(mThenValues.IsEmpty());
993 AutoTArray<RefPtr<ThenValueBase>, IsExclusive ? 1 : 3> mThenValues;
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DMozPromise.h873 mThenValues.AppendElement(thenValue.forget());
1021 for (auto&& then : mThenValues) {
1041 for (auto&& thenValue : mThenValues) {
1044 mThenValues.Clear();
1068 MOZ_ASSERT(mThenValues.IsEmpty());
1089 AutoTArray<RefPtr<ThenValueBase>, IsExclusive ? 1 : 3> mThenValues;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DMozPromise.h948 mThenValues.AppendElement(thenValue.forget());
1112 for (auto&& then : mThenValues) {
1134 for (auto&& thenValue : mThenValues) {
1137 mThenValues.Clear();
1161 MOZ_ASSERT(mThenValues.IsEmpty());
1182 AutoTArray<RefPtr<ThenValueBase>, IsExclusive ? 1 : 3> mThenValues;
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DMozPromise.h948 mThenValues.AppendElement(thenValue.forget());
1114 for (auto&& then : mThenValues) {
1136 for (auto&& thenValue : mThenValues) {
1139 mThenValues.Clear();
1163 MOZ_ASSERT(mThenValues.IsEmpty());
1184 AutoTArray<RefPtr<ThenValueBase>, IsExclusive ? 1 : 3> mThenValues;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DMozPromise.h948 mThenValues.AppendElement(thenValue.forget());
1112 for (auto&& then : mThenValues) {
1134 for (auto&& thenValue : mThenValues) {
1137 mThenValues.Clear();
1161 MOZ_ASSERT(mThenValues.IsEmpty());
1182 AutoTArray<RefPtr<ThenValueBase>, IsExclusive ? 1 : 3> mThenValues;