Home
last modified time | relevance | path

Searched defs:StringView (Results 1 – 11 of 11) 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/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/jsvm/src/inspector/
Djs_native_api_v8_inspector.h32 class StringView; variable
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h32 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/
DimportExportDecls.cpp269 std::map<util::StringView, ir::AstNode *> &typesMap) in VerifyType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp911 void ETSChecker::ProcessRequiredFields(ArenaUnorderedMap<util::StringView, ir::ClassProperty *> &fi… in ProcessRequiredFields()
928ArenaUnorderedMap<util::StringView, ir::ClassProperty *> &fieldMap) in CheckMultiplePropertiesAnnotation()
/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.cpp752ArenaVector<std::pair<util::StringView, util::StringView>> &importSpecifiers, in ImportLocalName()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp126 …compiler::LiteralBuffer &literalBuf, std::unordered_map<util::StringView, size_t> &nameMap, util::… in CreateClassStaticPropertiesHelper()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp309 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2542 std::unordered_map<util::StringView, PrivateGetterSetterType> &unusedGetterSetterPairs) in ValidatePrivateProperty()