Home
last modified time | relevance | path

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

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