OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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