Lines Matching full:line_end
496 const size_t line_end = output.find('\n', at);498 if (line_end == ::std::string::npos) {502 ret += output.substr(at, line_end + 1 - at);503 at = line_end + 1;