Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h34 struct CStringHash { struct
97 using argument_type = panda::ecmascript::CStringHash::argument_type;
98 using result_type = panda::ecmascript::CStringHash::result_type;
102 return panda::ecmascript::CStringHash()(str);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h107 std::unordered_map<const CString, JSPandaFileVmsPair, CStringHash> loadedJSPandaFiles_;