Searched defs:oss (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp59 std::ostringstream oss; local
60 oss << "LONELY PARSE ERROR: " << first << ": " << second;
61 m_msg = oss.str();

Completed in 9 milliseconds