Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc6990 const size_t line_end = output.find('\n', at); in FormatDeathTestOutput() local
6992 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()