Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp92007 class nsFuncPtrHashKey : public PLDHashEntryHdr class
92013 explicit nsFuncPtrHashKey(const T* aKey) : mKey(*const_cast<T*>(aKey)) {} in nsFuncPtrHashKey() function in nsFuncPtrHashKey
92014 nsFuncPtrHashKey(const nsFuncPtrHashKey<T>& aToCopy) : mKey(aToCopy.mKey) {} in nsFuncPtrHashKey() function in nsFuncPtrHashKey