HomeSort by relevance Sort by last modified time
    Searched refs:GetTotalLine (Results 1 - 2 of 2) sorted by null

  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.h 92 long GetTotalLine(const TestReportMessage& msg);
VtsTraceProcessor.cpp 507 if (GetTotalLine(coverage_msg) > total_lines) {
508 total_lines = GetTotalLine(coverage_msg);
525 long VtsTraceProcessor::GetTotalLine(const TestReportMessage& msg) {

Completed in 61 milliseconds