Searched refs:mapItem (Results 1 – 3 of 3) sorted by relevance
537 for (const auto& mapItem : idNodeMap_) { in CheckChain() local538 auto childWrapper = mapItem.second.layoutWrapper; in CheckChain()548 CheckHorizontalChain(mapItem.second); in CheckChain()552 CheckVerticalChain(mapItem.second); in CheckChain()1120 for (const auto& mapItem : idNodeMap_) { in GetDependencyRelationship() local1204 for (const auto& mapItem : idNodeMap_) { in PreTopologicalLoopDetection() local1209 visitedNode.push(mapItem.first); in PreTopologicalLoopDetection()1210 layoutQueue.push(mapItem.second.id); in PreTopologicalLoopDetection()1217 layoutQueue.push(mapItem.second.id); in PreTopologicalLoopDetection()1271 for (const auto& mapItem : idNodeMap_) { in TopologicalSort() local[all …]
1108 std::map<uint64_t, int32_t> &mapItem = it->second; in DetachAppInfoToStubIndex() local1109 for (auto it2 = mapItem.begin(); it2 != mapItem.end();) { in DetachAppInfoToStubIndex()1112 it2 = mapItem.erase(it2); in DetachAppInfoToStubIndex()1118 if (mapItem.empty()) { in DetachAppInfoToStubIndex()1146 std::map<uint64_t, int32_t> mapItem { { stubIndex, listenFd } }; in AttachAppInfoToStubIndex() local1147 … appInfoToStubIndex_.insert(std::pair<std::string, std::map<uint64_t, int32_t>>(appInfo, mapItem)); in AttachAppInfoToStubIndex()1539 std::map<uint64_t, int32_t> &mapItem = it->second; in DetachAppAuthInfoBySocketId() local1540 for (auto it2 = mapItem.begin(); it2 != mapItem.end();) { in DetachAppAuthInfoBySocketId()1543 it2 = mapItem.erase(it2); in DetachAppAuthInfoBySocketId()1549 if (mapItem.empty()) { in DetachAppAuthInfoBySocketId()
7132 auto mapItem = PROFILE_TYPE_MAP.find(profileType); in GetJsonProfile() local7133 if (mapItem == PROFILE_TYPE_MAP.end()) { in GetJsonProfile()7137 std::string profilePath = mapItem->second; in GetJsonProfile()