Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.h52 void SetGenericParamTypeMap(const ArenaMap<util::StringView, int64_t> *genericParamTypeMap) in SetGenericParamTypeMap()
149 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/ets2panda/util/
Dustring.h32 explicit StringView(const ArenaString *str) noexcept : sv_(*str) {} in StringView() function
34 StringView(std::string_view sv) noexcept : sv_(sv) {} in StringView() function
36 StringView(const char *str) noexcept : sv_(str == nullptr ? "" : str) {} in StringView() function
/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.cpp299 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2494 std::unordered_map<util::StringView, PrivateGetterSetterType> &unusedGetterSetterPairs) in ValidatePrivateProperty()