Home
last modified time | relevance | path

Searched defs:aKey (Results 226 – 250 of 2304) sorted by relevance

12345678910>>...93

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DPerfectHash.h26 inline uint32_t Hash(uint32_t aBasis, const C* aKey, size_t aLen) { in Hash()
40 inline const Entry& Lookup(const C* aKey, size_t aLen, in Lookup()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DPerfectHash.h26 inline uint32_t Hash(uint32_t aBasis, const C* aKey, size_t aLen) { in Hash()
40 inline const Entry& Lookup(const C* aKey, size_t aLen, in Lookup()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DPerfectHash.h26 inline uint32_t Hash(uint32_t aBasis, const C* aKey, size_t aLen) { in Hash()
40 inline const Entry& Lookup(const C* aKey, size_t aLen, in Lookup()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DPerfectHash.h26 inline uint32_t Hash(uint32_t aBasis, const C* aKey, size_t aLen) { in Hash()
40 inline const Entry& Lookup(const C* aKey, size_t aLen, in Lookup()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDocGroup.cpp14 DocGroup::GetKey(nsIPrincipal* aPrincipal, nsACString& aKey) in GetKey()
40 DocGroup::DocGroup(TabGroup* aTabGroup, const nsACString& aKey) in DocGroup()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DCrashReporterHost.cpp197 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
202 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
209 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
216 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DCrashReporterHost.cpp202 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
208 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
215 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
222 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/wr/
H A DWebRenderBridgeChild.h39 explicit ThreadSafeWeakPtrHashKey(KeyTypePointer aKey) in ThreadSafeWeakPtrHashKey()
43 bool KeyEquals(KeyTypePointer aKey) const { return mKey == aKey; } in KeyEquals()
45 static KeyTypePointer KeyToPointer(const KeyType& aKey) { return aKey.get(); } in KeyToPointer()
46 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DCrashReporterHost.cpp151 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
156 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
163 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
170 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DCrashReporterHost.cpp197 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
202 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
209 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
216 void CrashReporterHost::AddAnnotation(CrashReporter::Annotation aKey, in AddAnnotation()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/wr/
H A DWebRenderBridgeChild.h39 explicit ThreadSafeWeakPtrHashKey(KeyTypePointer aKey) in ThreadSafeWeakPtrHashKey()
43 bool KeyEquals(KeyTypePointer aKey) const { return mKey == aKey; } in KeyEquals()
45 static KeyTypePointer KeyToPointer(const KeyType& aKey) { return aKey.get(); } in KeyToPointer()
46 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsNodeInfoManager.h144 explicit NodeInfoInnerKey(KeyTypePointer aKey) : nsPtrHashKey(aKey) {} in NodeInfoInnerKey()
146 bool KeyEquals(KeyTypePointer aKey) const { return *mKey == *aKey; } in KeyEquals()
147 static PLDHashNumber HashKey(KeyTypePointer aKey) { return aKey->Hash(); } in HashKey()
/dports/security/olm/olm-3.2.6/android/olm-sdk/src/main/java/org/matrix/olm/
H A DCommonSerializeUtils.java81 protected abstract byte[] serialize(byte[] aKey, StringBuffer aErrorMsg); in serialize()
82 protected abstract void deserialize(byte[] aSerializedData, byte[] aKey) throws Exception; in deserialize()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DSSLTokensCache.cpp118 nsresult SSLTokensCache::Put(const nsACString& aKey, const uint8_t* aToken, in Put()
243 nsresult SSLTokensCache::Get(const nsACString& aKey, in Get()
268 bool SSLTokensCache::GetSessionCacheInfo(const nsACString& aKey, in GetSessionCacheInfo()
292 nsresult SSLTokensCache::Remove(const nsACString& aKey) { in Remove()
305 nsresult SSLTokensCache::RemoveLocked(const nsACString& aKey) { in RemoveLocked()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsNodeInfoManager.h143 explicit NodeInfoInnerKey(KeyTypePointer aKey) : nsPtrHashKey(aKey) {} in NodeInfoInnerKey()
146 bool KeyEquals(KeyTypePointer aKey) const { return *mKey == *aKey; } in KeyEquals()
147 static PLDHashNumber HashKey(KeyTypePointer aKey) { return aKey->Hash(); } in HashKey()
/dports/devel/rth/rth/jpgraph-1.8/src/utils/jpdocgen/
H A Djpd_editproject.php45 function PreDeleteHook($aKey) {
50 function PostDeleteHook($aKey) {
150 function PreDeleteHook($aKey) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsNodeInfoManager.h140 explicit NodeInfoInnerKey(KeyTypePointer aKey) : nsPtrHashKey(aKey) {} in NodeInfoInnerKey()
143 bool KeyEquals(KeyTypePointer aKey) const { return *mKey == *aKey; } in KeyEquals()
144 static PLDHashNumber HashKey(KeyTypePointer aKey) { return aKey->Hash(); } in HashKey()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsNodeInfoManager.h143 explicit NodeInfoInnerKey(KeyTypePointer aKey) : nsPtrHashKey(aKey) {} in NodeInfoInnerKey()
146 bool KeyEquals(KeyTypePointer aKey) const { return *mKey == *aKey; } in KeyEquals()
147 static PLDHashNumber HashKey(KeyTypePointer aKey) { return aKey->Hash(); } in HashKey()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsNodeInfoManager.h143 explicit NodeInfoInnerKey(KeyTypePointer aKey) : nsPtrHashKey(aKey) {} in NodeInfoInnerKey()
146 bool KeyEquals(KeyTypePointer aKey) const { return *mKey == *aKey; } in KeyEquals()
147 static PLDHashNumber HashKey(KeyTypePointer aKey) { return aKey->Hash(); } in HashKey()
/dports/www/firefox-esr/firefox-91.8.0/modules/libpref/
H A DSharedPrefMap.cpp62 bool SharedPrefMap::Find(const char* aKey, size_t* aIndex) const { in Find() argument
73 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
88 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
110 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/wr/
H A DWebRenderBridgeChild.h39 explicit ThreadSafeWeakPtrHashKey(KeyTypePointer aKey) in ThreadSafeWeakPtrHashKey()
43 bool KeyEquals(KeyTypePointer aKey) const { return mKey == aKey; } in KeyEquals()
45 static KeyTypePointer KeyToPointer(const KeyType& aKey) { return aKey.get(); } in KeyToPointer()
46 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/www/firefox/firefox-99.0/gfx/layers/wr/
H A DWebRenderBridgeChild.h39 explicit ThreadSafeWeakPtrHashKey(KeyTypePointer aKey) in ThreadSafeWeakPtrHashKey()
43 bool KeyEquals(KeyTypePointer aKey) const { return mKey == aKey; } in KeyEquals()
45 static KeyTypePointer KeyToPointer(const KeyType& aKey) { return aKey.get(); } in KeyToPointer()
46 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/wr/
H A DWebRenderBridgeChild.h39 explicit ThreadSafeWeakPtrHashKey(KeyTypePointer aKey) in ThreadSafeWeakPtrHashKey()
43 bool KeyEquals(KeyTypePointer aKey) const { return mKey == aKey; } in KeyEquals()
45 static KeyTypePointer KeyToPointer(const KeyType& aKey) { return aKey.get(); } in KeyToPointer()
46 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/www/firefox/firefox-99.0/modules/libpref/
H A DSharedPrefMap.cpp62 bool SharedPrefMap::Find(const char* aKey, size_t* aIndex) const { in Find() argument
73 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
88 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
110 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/libpref/
H A DSharedPrefMap.cpp62 bool SharedPrefMap::Find(const char* aKey, size_t* aIndex) const { in Find() argument
73 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
88 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()
110 void SharedPrefMapBuilder::Add(const nsCString& aKey, const Flags& aFlags, in Add()

12345678910>>...93