Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp91953 class nsRefPtrHashKey : public PLDHashEntryHdr class
91959 explicit nsRefPtrHashKey(const T* aKey) : mKey(const_cast<T*>(aKey)) {} in nsRefPtrHashKey() function in nsRefPtrHashKey
91960 nsRefPtrHashKey(const nsRefPtrHashKey& aToCopy) : mKey(aToCopy.mKey) {} in nsRefPtrHashKey() function in nsRefPtrHashKey