Searched defs:StringView (Results 1 – 11 of 11) 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/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/jsvm/src/inspector/ |
| D | js_native_api_v8_inspector.h | 32 class StringView; variable
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | ustring.h | 32 explicit StringView(const ArenaString *str) noexcept : sv_(*str) {} in StringView() function 35 StringView(std::string_view sv) noexcept : sv_(sv) {} in StringView() function 38 StringView(const char *str) noexcept : sv_(str == nullptr ? "" : str) {} in StringView() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | importExportDecls.cpp | 269 std::map<util::StringView, ir::AstNode *> &typesMap) in VerifyType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCheckingHelpers.cpp | 911 void ETSChecker::ProcessRequiredFields(ArenaUnorderedMap<util::StringView, ir::ClassProperty *> &fi… in ProcessRequiredFields() 928 … ArenaUnorderedMap<util::StringView, ir::ClassProperty *> &fieldMap) in CheckMultiplePropertiesAnnotation()
|
| /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 | 752 … ArenaVector<std::pair<util::StringView, util::StringView>> &importSpecifiers, in ImportLocalName()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 126 …compiler::LiteralBuffer &literalBuf, std::unordered_map<util::StringView, size_t> &nameMap, util::… in CreateClassStaticPropertiesHelper()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 309 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2542 std::unordered_map<util::StringView, PrivateGetterSetterType> &unusedGetterSetterPairs) in ValidatePrivateProperty()
|