Home
last modified time | relevance | path

Searched refs:mObjectMap (Results 51 – 64 of 64) sorted by relevance

123

/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.h70 return handle == 0 || mObjectMap.contains(handle); in isHandleGenerated()
80 ResourceType *value = mObjectMap.query(handle); in checkObjectAllocation()
93 if (!mObjectMap.contains(handle)) in checkObjectAllocation()
97 mObjectMap.assign(handle, object); in checkObjectAllocation()
104 ResourceMap<ResourceType> mObjectMap; variable
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DResourceManager.h70 return handle == 0 || mObjectMap.contains(handle); in isHandleGenerated()
80 ResourceType *value = mObjectMap.query(handle); in checkObjectAllocation()
93 if (!mObjectMap.contains(handle)) in checkObjectAllocation()
97 mObjectMap.assign(handle, object); in checkObjectAllocation()
104 ResourceMap<ResourceType> mObjectMap; variable
/dports/lang/spidermonkey60/firefox-60.9.0/startupcache/
H A DStartupCache.h189 : mBinaryStream(binaryStream), mObjectMap(objectMap) {} in StartupCacheDebugOutputStream()
197 nsTHashtable<nsISupportsHashKey>* mObjectMap; variable
H A DStartupCache.cpp566 nsISupportsHashKey* key = mObjectMap->GetEntry(aObject); in NS_IMPL_ISUPPORTS()
574 mObjectMap->PutEntry(aObject); in NS_IMPL_ISUPPORTS()
/dports/www/firefox-legacy/firefox-52.8.0esr/startupcache/
H A DStartupCache.h197 : mBinaryStream(binaryStream), mObjectMap(objectMap) { } in StartupCacheDebugOutputStream()
205 nsTHashtable<nsISupportsHashKey> *mObjectMap; variable
H A DStartupCache.cpp655 nsISupportsHashKey* key = mObjectMap->GetEntry(aObject); in NS_IMPL_ISUPPORTS()
662 mObjectMap->PutEntry(aObject); in NS_IMPL_ISUPPORTS()
/dports/www/firefox-esr/firefox-91.8.0/startupcache/
H A DStartupCache.h255 : mBinaryStream(binaryStream), mObjectMap(objectMap) {} in StartupCacheDebugOutputStream()
263 nsTHashSet<nsCOMPtr<nsISupports>>* mObjectMap; variable
H A DStartupCache.cpp861 bool inserted = mObjectMap->EnsureInserted(aObject); in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/startupcache/
H A DStartupCache.h255 : mBinaryStream(binaryStream), mObjectMap(objectMap) {} in StartupCacheDebugOutputStream()
263 nsTHashSet<nsCOMPtr<nsISupports>>* mObjectMap; variable
H A DStartupCache.cpp861 bool inserted = mObjectMap->EnsureInserted(aObject); in NS_IMPL_ISUPPORTS()
/dports/mail/thunderbird/thunderbird-91.8.0/startupcache/
H A DStartupCache.h255 : mBinaryStream(binaryStream), mObjectMap(objectMap) {} in StartupCacheDebugOutputStream()
263 nsTHashSet<nsCOMPtr<nsISupports>>* mObjectMap; variable
H A DStartupCache.cpp861 bool inserted = mObjectMap->EnsureInserted(aObject); in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey78/firefox-78.9.0/startupcache/
H A DStartupCache.h255 : mBinaryStream(binaryStream), mObjectMap(objectMap) {} in StartupCacheDebugOutputStream()
263 nsTHashtable<nsISupportsHashKey>* mObjectMap; variable
H A DStartupCache.cpp860 nsISupportsHashKey* key = mObjectMap->GetEntry(aObject); in NS_IMPL_ISUPPORTS()
868 mObjectMap->PutEntry(aObject); in NS_IMPL_ISUPPORTS()

123