Home
last modified time | relevance | path

Searched refs:componmentTypeCountIter (Results 1 – 1 of 1) sorted by relevance

/test/ostest/wukong/report/src/
Dreport.cpp544 std::map<std::string, uint32_t>::iterator componmentTypeCountIter; in ComponmentInfoArrange() local
547componmentTypeCountIter = componmentRecord.componmentTypeCount.find(inputCompMsgPtr->componmentTyp… in ComponmentInfoArrange()
548 if (componmentTypeCountIter != componmentRecord.componmentTypeCount.end()) { in ComponmentInfoArrange()
549 componmentTypeInputedCount = componmentTypeCountIter->second; in ComponmentInfoArrange()