Home
last modified time | relevance | path

Searched defs:entityName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
DpathResolver.cpp24 std::string_view entityName) in FindImportedFunctions()
48 std::string_view entityName) in FindExportedFunctions()
108 …ntityInfo> PathResolver::FindImportedEntity(std::string_view filePath, std::string_view entityName) in FindImportedEntity()
136 …ntityInfo> PathResolver::FindExportedEntity(std::string_view filePath, std::string_view entityName) in FindExportedEntity()
DimportExportTable.h28 std::string_view entityName; member
DentityDeclarator.cpp115 util::StringView entityName) in FindEntityVariable()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/compiler/
DCompiler.ts82 const entityName = path.join(dir, entity); constant
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/namespaces/
Dnamespaces_test.cpp108 static void GeneralTestNamespaces(const std::string &entityName, const std::string &expectedNamespa… in GeneralTestNamespaces()