Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_componment.cpp50 … curBundleAllStatisticsPtr->inputedTimes_ += curComponmentStatisticsRecordPtr->inputedTimes_; in StatisticsDetail()
105 …curComponmentStatisticsRecordPtr->inputedTimes_ = (unsigned int)atoi(srcData["inputedTimes"].c_str… in SrcDatasPretreatment()
131 std::string curInputedTimes = std::to_string(ComponmentStatisticsRecordPtr->inputedTimes_); in UpdateLine()
141 float coverage = (ComponmentStatisticsRecordPtr->inputedTimes_ * PERCENTAGE) / in UpdateLine()
171 … componmentTypeRecordPtr->inputedTimes_ += curComponmentStatisticsRecordPtr->inputedTimes_; in GlobalComponmentTypeStatistics()
176 globalAllStatisticsPtr->inputedTimes_ += componmentTypeRecordPtr->inputedTimes_; in GlobalComponmentTypeStatistics()
/test/ostest/wukong/report/include/
Dstatistics_componment.h31 uint32_t inputedTimes_ = 0; variable