Home
last modified time | relevance | path

Searched refs:optEntity (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp94 auto optEntity = imports.find(bindingName); in FindNamedImportAll() local
95 if (optEntity == imports.end()) { in FindNamedImportAll()
99 ASSERT(!optEntity->second.empty()); in FindNamedImportAll()
100 for (const auto &[path, entity] : optEntity->second) { in FindNamedImportAll()
119 auto optEntity = imports.find(entityName); in FindImportedEntity() local
120 if (optEntity == imports.end()) { in FindImportedEntity()
124 ASSERT(!optEntity->second.empty()); in FindImportedEntity()
125 if (optEntity->second.size() > 1) { in FindImportedEntity()
130 auto [path, entity] = optEntity->second[0]; in FindImportedEntity()

Completed in 2 milliseconds