Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp29 using StringMap = std::map<const std::string, const std::string>; typedef
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h80 using StringMap = std::multimap<std::string, std::string>; variable