Home
last modified time | relevance | path

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

/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.cpp256 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()