Home
last modified time | relevance | path

Searched refs:mLiveSet (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DInterceptor.cpp58 mLiveSet.Get(aKey, getter_AddRefs(result)); in Get()
64 mLiveSet.Remove(aKey); in Remove()
69 nsRefPtrHashtable<nsPtrHashKey<IUnknown>, IWeakReference> mLiveSet; member in mozilla::mscom::detail::LiveSet
78 explicit LiveSetAutoLock(LiveSet& aLiveSet) : mLiveSet(&aLiveSet) { in LiveSetAutoLock()
83 if (mLiveSet) { in ~LiveSetAutoLock()
84 mLiveSet->Unlock(); in ~LiveSetAutoLock()
89 MOZ_ASSERT(mLiveSet); in Unlock()
90 if (mLiveSet) { in Unlock()
91 mLiveSet->Unlock(); in Unlock()
92 mLiveSet = nullptr; in Unlock()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DInterceptor.cpp52 mLiveSet.Put(aKey, RefPtr<IWeakReference>{std::move(aValue)}); in Put()
58 mLiveSet.Get(aKey, getter_AddRefs(result)); in Get()
64 mLiveSet.Remove(aKey); in Remove()
69 nsRefPtrHashtable<nsPtrHashKey<IUnknown>, IWeakReference> mLiveSet; member in mozilla::mscom::detail::LiveSet
83 if (mLiveSet) { in ~LiveSetAutoLock()
84 mLiveSet->Unlock(); in ~LiveSetAutoLock()
89 MOZ_ASSERT(mLiveSet); in Unlock()
90 if (mLiveSet) { in Unlock()
91 mLiveSet->Unlock(); in Unlock()
92 mLiveSet = nullptr; in Unlock()
[all …]
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DInterceptor.cpp57 mLiveSet.Get(aKey, getter_AddRefs(result)); in Get()
63 mLiveSet.Remove(aKey); in Remove()
68 nsRefPtrHashtable<nsPtrHashKey<IUnknown>, IWeakReference> mLiveSet; member in mozilla::mscom::detail::LiveSet
77 explicit LiveSetAutoLock(LiveSet& aLiveSet) : mLiveSet(&aLiveSet) { in LiveSetAutoLock()
82 if (mLiveSet) { in ~LiveSetAutoLock()
83 mLiveSet->Unlock(); in ~LiveSetAutoLock()
88 MOZ_ASSERT(mLiveSet); in Unlock()
89 if (mLiveSet) { in Unlock()
90 mLiveSet->Unlock(); in Unlock()
91 mLiveSet = nullptr; in Unlock()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DInterceptor.cpp58 mLiveSet.Get(aKey, getter_AddRefs(result)); in Get()
64 mLiveSet.Remove(aKey); in Remove()
69 nsRefPtrHashtable<nsPtrHashKey<IUnknown>, IWeakReference> mLiveSet; member in mozilla::mscom::detail::LiveSet
78 explicit LiveSetAutoLock(LiveSet& aLiveSet) : mLiveSet(&aLiveSet) { in LiveSetAutoLock()
83 if (mLiveSet) { in ~LiveSetAutoLock()
84 mLiveSet->Unlock(); in ~LiveSetAutoLock()
89 MOZ_ASSERT(mLiveSet); in Unlock()
90 if (mLiveSet) { in Unlock()
91 mLiveSet->Unlock(); in Unlock()
92 mLiveSet = nullptr; in Unlock()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DInterceptor.cpp51 mLiveSet.Put(aKey, Move(aValue)); in Put()
57 mLiveSet.Get(aKey, getter_AddRefs(result)); in Get()
63 mLiveSet.Remove(aKey); in Remove()
68 nsRefPtrHashtable<nsPtrHashKey<IUnknown>, IWeakReference> mLiveSet; member in mozilla::mscom::detail::LiveSet
82 if (mLiveSet) { in ~LiveSetAutoLock()
83 mLiveSet->Unlock(); in ~LiveSetAutoLock()
88 MOZ_ASSERT(mLiveSet); in Unlock()
89 if (mLiveSet) { in Unlock()
90 mLiveSet->Unlock(); in Unlock()
91 mLiveSet = nullptr; in Unlock()
[all …]