Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtupleType.h26 using NamedTupleMemberPool = ArenaUnorderedMap<varbinder::LocalVariable *, util::StringView>; variable
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtupleType.h27 using NamedTupleMemberPool = std::unordered_map<binder::LocalVariable *, util::StringView>; variable