Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.h54 using StringLiteralPool = std::unordered_map<util::StringView, Type *>; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h109 using StringLiteralPool = std::unordered_map<util::StringView, Type *>; variable