Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp246 std::ostringstream m_curLine; member in tcu::DebugOutStreambuf
255 if (m_curLine.tellp() != std::streampos(0)) in ~DebugOutStreambuf()
263 m_curLine.put(s[pos]); in xsputn()
286 qpPrint(m_curLine.str().c_str()); in flushLine()
287 m_curLine.str(""); in flushLine()