Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp92247 class nsGenericHashKey : public PLDHashEntryHdr class
92253 explicit nsGenericHashKey(KeyTypePointer aKey) : mKey(*aKey) {} in nsGenericHashKey() function in nsGenericHashKey
92254 nsGenericHashKey(const nsGenericHashKey<T>& aOther) : mKey(aOther.mKey) {} in nsGenericHashKey() function in nsGenericHashKey