Home
last modified time | relevance | path

Searched refs:mSupports (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsHashKeys.h272 : mSupports(const_cast<nsISupports*>(aKey)) {} in nsISupportsHashKey()
274 : mSupports(aToCopy.mSupports) {} in nsISupportsHashKey()
277 KeyType GetKey() const { return mSupports; } in GetKey()
278 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; } in KeyEquals()
287 nsCOMPtr<nsISupports> mSupports;
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsHashKeys.h299 : mSupports(const_cast<nsISupports*>(aKey)) in nsISupportsHashKey()
303 : mSupports(aToCopy.mSupports) in nsISupportsHashKey()
308 KeyType GetKey() const { return mSupports; } in GetKey()
309 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; } in KeyEquals()
319 nsCOMPtr<nsISupports> mSupports;
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsHashKeys.h309 : mSupports(const_cast<nsISupports*>(aKey)) {} in nsISupportsHashKey()
312 mSupports(std::move(aOther.mSupports)) {} in nsISupportsHashKey()
315 KeyType GetKey() const { return mSupports; } in GetKey()
316 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; } in KeyEquals()
325 nsCOMPtr<nsISupports> mSupports;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsHashKeys.h309 : mSupports(const_cast<nsISupports*>(aKey)) {} in nsISupportsHashKey()
312 mSupports(std::move(aOther.mSupports)) {} in nsISupportsHashKey()
315 KeyType GetKey() const { return mSupports; } in GetKey()
316 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; } in KeyEquals()
325 nsCOMPtr<nsISupports> mSupports;
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsHashKeys.h321 : mSupports(const_cast<nsISupports*>(aKey)) {}
324 mSupports(std::move(aOther.mSupports)) {}
327 KeyType GetKey() const { return mSupports; }
328 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; }
337 nsCOMPtr<nsISupports> mSupports;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsHashKeys.h309 : mSupports(const_cast<nsISupports*>(aKey)) {} in nsISupportsHashKey()
312 mSupports(std::move(aOther.mSupports)) {} in nsISupportsHashKey()
315 KeyType GetKey() const { return mSupports; } in GetKey()
316 bool KeyEquals(KeyTypePointer aKey) const { return aKey == mSupports; } in KeyEquals()
325 nsCOMPtr<nsISupports> mSupports;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs15863 pub mSupports: root::nsCOMPtr, field
15883 &(*(::std::ptr::null::<nsISupportsHashKey>())).mSupports as *const _ as usize in bindgen_test_layout_nsISupportsHashKey()
15890 stringify!(mSupports) in bindgen_test_layout_nsISupportsHashKey()