Lines Matching defs:line

122     "Indicates the file, line number, temporal index of "
310 ::std::string("CHECK failed: File ") + __FILE__ + ", line " \
331 ::std::string("CHECK failed: File ") + __FILE__ + ", line " \
381 int line, DeathTest** test) {
383 statement, std::move(matcher), file, line, test);
652 const char* file, int line)
655 line_(line) {}
664 // The line number on which the death test is located.
816 const char* file, int line)
819 line_(line) {}
829 // The line number on which the death test is located.
839 // Utility class for accumulating command-line arguments.
989 // Build the child process command line.
1163 // program from the beginning, with command-line flags set that cause
1168 const char* file, int line)
1171 line_(line) {}
1186 // The line number on which the death test is located.
1190 // Utility class for accumulating command-line arguments.
1224 char* const* argv; // Command-line arguments for the child's call to exec
1447 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1468 const char* file, int line,
1485 if (!(flag->file() == file && flag->line() == line &&
1496 *test = new WindowsDeathTest(statement, std::move(matcher), file, line);
1503 *test = new FuchsiaDeathTest(statement, std::move(matcher), file, line);
1509 *test = new ExecDeathTest(statement, std::move(matcher), file, line);
1600 int line = -1;
1613 || !ParseNaturalNumber(fields[1], &line)
1628 || !ParseNaturalNumber(fields[1], &line)
1637 || !ParseNaturalNumber(fields[1], &line)
1646 return new InternalRunDeathTestFlag(fields[0], line, index, write_fd);