Searched refs:at_line (Results 1 – 1 of 1) sorted by relevance
50 int at_line; member55 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check() argument56 expected_lines_.push_back(ExpectedLine {substr, next, at_file, at_line}); in Check()132 ADD_FAILURE_AT(expected.at_file, expected.at_line) << "'" << substring << "' not found."; in CheckObjdumpOutput()136 ADD_FAILURE_AT(expected.at_file, expected.at_line) in CheckObjdumpOutput()