Searched defs:CStringHash (Results 1 – 1 of 1) sorted by relevance
34 struct CStringHash { struct35 using argument_type = panda::ecmascript::CString;36 using result_type = std::size_t;38 size_t operator()(const CString &str) const noexcept in operator()