Searched defs:CStringHash (Results 1 – 1 of 1) sorted by relevance
33 struct CStringHash { struct34 using argument_type = panda::ecmascript::CString;35 using result_type = std::size_t;37 size_t operator()(const CString &str) const noexcept in operator()