Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp72 const auto optReExportAll = exports.find(STAR_IMPORT); in FindExportedFunctions() local
73 if (optReExportAll != exports.end()) { in FindExportedFunctions()
74 ASSERT(!optReExportAll->second.empty()); in FindExportedFunctions()
75 for (const auto &[path, entity] : optReExportAll->second) { in FindExportedFunctions()
161 const auto optReExportAll = exports.find(STAR_IMPORT); in FindExportedEntity() local
162 if (optReExportAll != exports.end()) { in FindExportedEntity()
163 ASSERT(!optReExportAll->second.empty()); in FindExportedEntity()
164 for (const auto &[path, entity] : optReExportAll->second) { in FindExportedEntity()

Completed in 1 milliseconds