Searched refs:lineindex (Results 1 – 1 of 1) sorted by relevance
151 uint32_t lineindex = 0; in DumpAndCheck() local159 if (CompareIgnoringSpace(results[lineindex], testline) != 0) { in DumpAndCheck()160 LOG(FATAL) << "Output is not as expected at line: " << lineindex in DumpAndCheck()161 << results[lineindex] << "/" << testline << ", test name: " << testname; in DumpAndCheck()163 ++lineindex; in DumpAndCheck()166 ASSERT_TRUE(results[lineindex] == nullptr); in DumpAndCheck()