Searched refs:line_end (Results 1 – 1 of 1) sorted by relevance
496 const size_t line_end = output.find('\n', at); in FormatDeathTestOutput() local498 if (line_end == ::std::string::npos) { in FormatDeathTestOutput()502 ret += output.substr(at, line_end + 1 - at); in FormatDeathTestOutput()503 at = line_end + 1; in FormatDeathTestOutput()