Searched defs:StringView (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsDynamicType.h | 31 …explicit ETSDynamicType(ArenaAllocator *allocator, std::tuple<util::StringView, util::StringView, … in ETSDynamicType()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | ustring.h | 32 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/ |
| D | ustring.h | 33 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/ |
| D | importExportDecls.cpp | 182 std::map<util::StringView, ir::AstNode *> &typesMap) in VerifyType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 747 void TSAnalyzer::CheckSpread(std::unordered_map<util::StringView, lexer::SourcePosition> &allProper… in CheckSpread() 779 … std::unordered_map<util::StringView, lexer::SourcePosition> &allPropertiesMap, in CheckNonComputed()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 661 … ArenaVector<std::pair<util::StringView, util::StringView>> &importSpecifiers, in ImportLocalName()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 295 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2534 std::unordered_map<util::StringView, PrivateGetterSetterType> &unusedGetterSetterPairs) in ValidatePrivateProperty()
|