Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicType.h31 …explicit ETSDynamicType(ArenaAllocator *allocator, std::tuple<util::StringView, util::StringView, … in ETSDynamicType()
/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(const std::string_view &sv) noexcept : sv_(sv) {} in StringView() function
37 StringView(const char *str) noexcept : sv_(str) {} in StringView() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp182 std::map<util::StringView, ir::AstNode *> &typesMap) in VerifyType()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp747 void TSAnalyzer::CheckSpread(std::unordered_map<util::StringView, lexer::SourcePosition> &allProper… in CheckSpread()
779std::unordered_map<util::StringView, lexer::SourcePosition> &allPropertiesMap, in CheckNonComputed()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp661ArenaVector<std::pair<util::StringView, util::StringView>> &importSpecifiers, in ImportLocalName()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp295 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2534 std::unordered_map<util::StringView, PrivateGetterSetterType> &unusedGetterSetterPairs) in ValidatePrivateProperty()