Searched refs:componmentTypeCountIter (Results 1 – 1 of 1) sorted by relevance
544 std::map<std::string, uint32_t>::iterator componmentTypeCountIter; in ComponmentInfoArrange() local547 …componmentTypeCountIter = componmentRecord.componmentTypeCount.find(inputCompMsgPtr->componmentTyp… in ComponmentInfoArrange()548 if (componmentTypeCountIter != componmentRecord.componmentTypeCount.end()) { in ComponmentInfoArrange()549 componmentTypeInputedCount = componmentTypeCountIter->second; in ComponmentInfoArrange()