Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dpredicate_result.hpp66 wrap_stringstream& message() in message()
69 m_message.reset( new wrap_stringstream ); in message()
77 shared_ptr<wrap_stringstream> m_message;
Doutput_test_stream.hpp40 class BOOST_TEST_DECL output_test_stream : public wrap_stringstream::wrapped_stream {
Dinteraction_based.hpp124 wrap_stringstream ws; in generic_data_flow()
131 wrap_stringstream ws; in generic_return()
Dunit_test_log.hpp169 (::boost::wrap_stringstream().ref() << M).str() ) \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
Dconfig.hpp62 typedef wrap_stringstream format_stream;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dwrap_stringstream.hpp155 typedef basic_wrap_stringstream<char> wrap_stringstream; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexception_safety.ipp27 #include <boost/test/utils/wrap_stringstream.hpp>
401 format_location( wrap_stringstream& formatter, execution_path_point const& /*p*/, unsigned indent )
414 format_execution_path( wrap_stringstream& formatter, ExecPathIt it, ExecPathIt end, unsigned indent…
485 wrap_stringstream formatter;
Dunit_test_log.ipp431 log_entry_value( ostr, (wrap_stringstream().ref() << value).str() );