Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp91717 class nsStringHashKey : public PLDHashEntryHdr class
91723 explicit nsStringHashKey(KeyTypePointer aStr) : mStr(*aStr) {} in nsStringHashKey() function in nsStringHashKey
91724 nsStringHashKey(const nsStringHashKey& aToCopy) : mStr(aToCopy.mStr) {} in nsStringHashKey() function in nsStringHashKey