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
99 using argument_type = panda::ecmascript::CStringHash::argument_type;
100 using result_type = panda::ecmascript::CStringHash::result_type;
104 return panda::ecmascript::CStringHash()(str);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h103 std::unordered_map<const CString, JSPandaFileVmsPair, CStringHash> loadedJSPandaFiles_;