Lines Matching full:second
40 ES2PANDA_ASSERT(!optOverloadSet->second.empty()); in FindImportedFunctions()
41 for (const auto &[path, entity] : optOverloadSet->second) { in FindImportedFunctions()
60 ES2PANDA_ASSERT(!optOverloadSet->second.empty()); in FindExportedFunctions()
61 for (const auto &[path, entity] : optOverloadSet->second) { in FindExportedFunctions()
74 ES2PANDA_ASSERT(!optReExportAll->second.empty()); in FindExportedFunctions()
75 for (const auto &[path, entity] : optReExportAll->second) { in FindExportedFunctions()
99 ES2PANDA_ASSERT(!optEntity->second.empty()); in FindNamedImportAll()
100 for (const auto &[path, entity] : optEntity->second) { in FindNamedImportAll()
124 ES2PANDA_ASSERT(!optEntity->second.empty()); in FindImportedEntity()
125 if (optEntity->second.size() > 1) { in FindImportedEntity()
130 auto [path, entity] = optEntity->second[0]; in FindImportedEntity()
148 ES2PANDA_ASSERT(!optOverloadSet->second.empty()); in FindExportedEntity()
149 if (optOverloadSet->second.size() > 1) { in FindExportedEntity()
154 const auto &[path, entity] = optOverloadSet->second[0]; in FindExportedEntity()
163 ES2PANDA_ASSERT(!optReExportAll->second.empty()); in FindExportedEntity()
164 for (const auto &[path, entity] : optReExportAll->second) { in FindExportedEntity()