Searched refs:hasTotalLineCount (Results 1 – 2 of 2) sorted by relevance
286 || !coverage.hasTotalLineCount() in fromCoverageReport()
9114 boolean hasTotalLineCount(); in hasTotalLineCount() method9456 public boolean hasTotalLineCount() { in hasTotalLineCount() method in VtsReportMessage.CoverageReportMessage9691 result = result && (hasTotalLineCount() == other.hasTotalLineCount()); in equals()9692 if (hasTotalLineCount()) { in equals()9743 if (hasTotalLineCount()) { in hashCode()10025 if (other.hasTotalLineCount()) { in mergeFrom()10324 public boolean hasTotalLineCount() { in hasTotalLineCount() method in VtsReportMessage.CoverageReportMessage.Builder