Searched defs:m_curLine (Results 1 - 1 of 1) sorted by path

/external/deqp/framework/common/
H A DtcuCommandLine.cpp191 std::ostringstream m_curLine; member in class:tcu::DebugOutStreambuf
200 if (m_curLine.tellp() != std::streampos(0))
208 m_curLine.put(s[pos]);
231 qpPrint(m_curLine.str().c_str());
232 m_curLine.str("");

Completed in 312 milliseconds