Lines Matching defs:line
40 std::vector<std::string> line;
47 UpdateLine(curComponmentStatisticsRecordPtr, curComponmentStatisticsMsgPtr->componmentTypeTotal_, line);
48 record_.push_back(line);
54 UpdateLine(curBundleAllStatisticsPtr, curComponmentStatisticsMsgPtr->componmentTypeTotal_, line);
55 record_.push_back(line);
125 unsigned int componmentTypeTotal, std::vector<std::string> &line)
148 "line content curComponmentType{%s} | curExecTimes{%s} | curProportionStr{%s} | curInputedTimes{%s} | "
152 line = {curComponmentType, curExecTimes, curProportionStr, curInputedTimes, curExpectInputTimes, curCoverageStr};
157 std::vector<std::string> line;
178 UpdateLine(componmentTypeRecordPtr, execCount_, line);
179 record_.push_back(line);
181 UpdateLine(globalAllStatisticsPtr, execCount_, line);
182 record_.push_back(line);