Home
last modified time | relevance | path

Searched defs:aToCopy (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp91672 nsPtrHashKey(const nsPtrHashKey<T>& aToCopy) : mKey(aToCopy.mKey) {} in nsPtrHashKey()
91724 nsStringHashKey(const nsStringHashKey& aToCopy) : mStr(aToCopy.mStr) {} in nsStringHashKey()
91764 nsStringCaseInsensitiveHashKey(const nsStringCaseInsensitiveHashKey& aToCopy) in nsStringCaseInsensitiveHashKey()
91802 nsCStringHashKey(const nsCStringHashKey& aToCopy) : mStr(aToCopy.mStr) {} in nsCStringHashKey()
91840 nsUint32HashKey(const nsUint32HashKey& aToCopy) : mValue(aToCopy.mValue) {} in nsUint32HashKey()
91866 nsUint64HashKey(const nsUint64HashKey& aToCopy) : mValue(aToCopy.mValue) {} in nsUint64HashKey()
91895 nsFloatHashKey(const nsFloatHashKey& aToCopy) : mValue(aToCopy.mValue) {} in nsFloatHashKey()
91927 nsISupportsHashKey(const nsISupportsHashKey& aToCopy) in nsISupportsHashKey()
91960 nsRefPtrHashKey(const nsRefPtrHashKey& aToCopy) : mKey(aToCopy.mKey) {} in nsRefPtrHashKey()
91992 nsClearingPtrHashKey(const nsClearingPtrHashKey<T>& aToCopy) in nsClearingPtrHashKey()
[all …]