Home
last modified time | relevance | path

Searched defs:StringView (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.h52 void SetGenericParamTypeMap(const ArenaMap<util::StringView, int64_t> *genericParamTypeMap) in SetGenericParamTypeMap()
148 const ArenaMap<util::StringView, int64_t> *genericParamTypeMap) : extractor_(extractor) in GenericParamTypeBindScope()
DtypeSystem.h322 void CalculateParamTypes(ArenaMap<util::StringView, int64_t> &paramTypes, in CalculateParamTypes()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h33 explicit StringView(const ArenaString *str) noexcept : sv_(*str) {} in StringView() function
35 StringView(std::string_view sv) noexcept : sv_(sv) {} in StringView() function
37 StringView(const char *str) noexcept : sv_(str) {} in StringView() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp272 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()