OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrap_stringstream
(Results
1 - 9
of
9
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
predicate_result.hpp
20
#include <boost/test/utils/
wrap_stringstream
.hpp>
66
wrap_stringstream
& message()
69
m_message.reset( new
wrap_stringstream
);
77
shared_ptr<
wrap_stringstream
> m_message;
output_test_stream.hpp
20
#include <boost/test/utils/
wrap_stringstream
.hpp>
40
class BOOST_TEST_DECL output_test_stream : public
wrap_stringstream
::wrapped_stream {
unit_test_log.hpp
27
#include <boost/test/utils/
wrap_stringstream
.hpp>
169
(::boost::
wrap_stringstream
().ref() << M).str() ) \
interaction_based.hpp
22
#include <boost/test/utils/
wrap_stringstream
.hpp>
124
wrap_stringstream
ws;
131
wrap_stringstream
ws;
test_tools.hpp
27
#include <boost/test/utils/
wrap_stringstream
.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
wrap_stringstream.hpp
152
// **************
wrap_stringstream
************** //
155
typedef basic_wrap_stringstream<char>
wrap_stringstream
;
typedef in namespace:boost
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp
30
#include <boost/test/utils/
wrap_stringstream
.hpp>
62
typedef
wrap_stringstream
format_stream;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
exception_safety.ipp
27
#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 = 0 )
485
wrap_stringstream
formatter;
unit_test_log.ipp
431
log_entry_value( ostr, (
wrap_stringstream
().ref() << value).str() );
Completed in 79 milliseconds