Lines Matching refs:line

125     "Indicates the file, line number, temporal index of "
312 ", line " + \
333 ", line " + \
384 int line, DeathTest** test) {
386 statement, std::move(matcher), file, line, test);
656 const char* file, int line)
659 line_(line) {}
668 // 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.
981 // Build the child process command line.
1149 // program from the beginning, with command-line flags set that cause
1154 const char* file, int line)
1157 line_(line) {}
1172 // The line number on which the death test is located.
1176 // Utility class for accumulating command-line arguments.
1207 char* const* argv; // Command-line arguments for the child's call to exec
1421 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1442 const char* file, int line,
1459 if (!(flag->file() == file && flag->line() == line &&
1470 *test = new WindowsDeathTest(statement, std::move(matcher), file, line);
1477 *test = new FuchsiaDeathTest(statement, std::move(matcher), file, line);
1483 *test = new ExecDeathTest(statement, std::move(matcher), file, line);
1571 int line = -1;
1583 if (fields.size() != 6 || !ParseNaturalNumber(fields[1], &line) ||
1596 if (fields.size() != 3 || !ParseNaturalNumber(fields[1], &line) ||
1604 if (fields.size() != 4 || !ParseNaturalNumber(fields[1], &line) ||
1613 return new InternalRunDeathTestFlag(fields[0], line, index, write_fd);