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