Home | History | Annotate | Download | only in utils

Lines Matching full:lineindex

202     uint32_t lineindex = 0;
210 if (CompareIgnoringSpace(results->second[lineindex], testline) != 0) {
211 LOG(FATAL) << "Output is not as expected at line: " << lineindex
212 << results->second[lineindex] << "/" << testline;
214 ++lineindex;
217 ASSERT_TRUE(results->second[lineindex] == nullptr);