OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTotalCodeLine
(Results
1 - 3
of
3
) sorted by null
/test/vts/utils/native/trace_processor/
VtsCoverageProcessor.h
64
long
GetTotalCodeLine
(const TestReportMessage& msg) const;
VtsCoverageProcessor.cpp
248
long total_code_lines =
GetTotalCodeLine
(coverage_report);
264
long VtsCoverageProcessor::
GetTotalCodeLine
(
VtsTraceProcessor.cpp
477
if (coverage_processor_->
GetTotalCodeLine
(coverage_msg) > total_lines) {
478
total_lines = coverage_processor_->
GetTotalCodeLine
(coverage_msg);
Completed in 161 milliseconds