Lines Matching defs:line
129 "Indicates the file, line number, temporal index of "
316 ", line " + \
337 ", line " + \
388 int line, DeathTest** test) {
390 statement, std::move(matcher), file, line, test);
674 const char* file, int line)
677 line_(line) {}
686 // The line number on which the death test is located.
834 const char* file, int line)
837 line_(line) {}
847 // The line number on which the death test is located.
969 // Build the child process command line.
1143 // program from the beginning, with command-line flags set that cause
1148 const char* file, int line)
1151 line_(line) {}
1166 // The line number on which the death test is located.
1173 char* const* argv; // Command-line arguments for the child's call to exec
1385 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1407 const char* file, int line,
1424 if (!(flag->file() == file && flag->line() == line &&
1435 *test = new WindowsDeathTest(statement, std::move(matcher), file, line);
1442 *test = new FuchsiaDeathTest(statement, std::move(matcher), file, line);
1448 *test = new ExecDeathTest(statement, std::move(matcher), file, line);
1536 int line = -1;
1548 if (fields.size() != 6 || !ParseNaturalNumber(fields[1], &line) ||
1561 if (fields.size() != 3 || !ParseNaturalNumber(fields[1], &line) ||
1569 if (fields.size() != 4 || !ParseNaturalNumber(fields[1], &line) ||
1578 return new InternalRunDeathTestFlag(fields[0], line, index, write_fd);