Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h34 struct CStringHash { struct
35 using argument_type = panda::ecmascript::CString;
36 using result_type = std::size_t;
38 size_t operator()(const CString &str) const noexcept in operator()