Searched refs:componmentRecord (Results 1 – 2 of 2) sorted by relevance
537 std::map<std::string, componmentRecord>::iterator bundleComponmentRecordIter; in ComponmentInfoArrange()538 componmentRecord componmentRecord; in ComponmentInfoArrange() local541 componmentRecord = bundleComponmentRecordIter->second; in ComponmentInfoArrange()543 componmentRecord.pageIdComponments[inputCompMsgPtr->pageId_] = inputCompMsgPtr->pageComponments; in ComponmentInfoArrange()547 …componmentTypeCountIter = componmentRecord.componmentTypeCount.find(inputCompMsgPtr->componmentTyp… in ComponmentInfoArrange()548 if (componmentTypeCountIter != componmentRecord.componmentTypeCount.end()) { in ComponmentInfoArrange()553 for (auto pageIdComponmentsIter : componmentRecord.pageIdComponments) { in ComponmentInfoArrange()564 …componmentRecord.componmentTypeCount[inputCompMsgPtr->componmentType_] = componmentTypeInputedCoun… in ComponmentInfoArrange()570 bundleComponmentRecord_[bundle] = componmentRecord; in ComponmentInfoArrange()
34 struct componmentRecord { struct157 std::map<std::string, componmentRecord> bundleComponmentRecord_;