Home
last modified time | relevance | path

Searched refs:line_end (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc496 const size_t line_end = output.find('\n', at); in FormatDeathTestOutput() local
498 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()