OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapped_stream
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
wrap_stringstream.hpp
43
typedef std::ostringstream
wrapped_stream
;
typedef in class:boost::basic_wrap_stringstream
45
typedef std::basic_ostrstream<CharT>
wrapped_stream
;
47
typedef std::basic_ostringstream<CharT>
wrapped_stream
;
51
wrapped_stream
& stream();
56
wrapped_stream
m_stream;
73
inline typename basic_wrap_stringstream<CharT>::
wrapped_stream
&
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.hpp
40
class BOOST_TEST_DECL output_test_stream : public wrap_stringstream::
wrapped_stream
{
Completed in 426 milliseconds