Lines Matching defs:line
38 std::vector<std::string> line;
45 UpdateLine(curEventStatisticsRecordPtr, curEventStatisticsMsgPtr->eventTypeTotal_, line);
46 record_.push_back(line);
50 UpdateLine(curBundleAllStatisticsPtr, curEventStatisticsMsgPtr->eventTypeTotal_, line);
51 record_.push_back(line);
116 uint32_t eventTypeTotal, std::vector<std::string> &line)
129 DEBUG_LOG_STR("line content curElementType{%s} | curExecTimes{%s}", curElementType.c_str(), curExecTimes.c_str());
130 line = {curElementType, curExecTimes, curProportionStr};
135 std::vector<std::string> line;
151 UpdateLine(eventStatisticsRecordPtr, execCount_, line);
152 record_.push_back(line);
154 UpdateLine(globalAllStatisticsPtr, execCount_, line);
155 record_.push_back(line);