Home
last modified time | relevance | path

Searched defs:wrap_stringstream (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/test/tools/
Dassertion.hpp327 static void format_message( wrap_stringstream& /*ostr*/, bool /*v*/ ) {} in format_message() argument
328 static void format_message( wrap_stringstream& /*ostr*/, assertion_result const& /*v*/ ) {} in format_message() argument
/third_party/boost/boost/test/utils/
Dwrap_stringstream.hpp155 typedef basic_wrap_stringstream<char> wrap_stringstream; typedef