Searched refs:streambuf (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Dstreambuf.h32 #include <streambuf>
34 using std::streambuf;
H A Diostream.h38 using std::streambuf;
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_ios.h49 #include <streambuf>
H A Dstd_iosfwd.h136 typedef basic_streambuf<char> streambuf; ///< @isiosfwd typedef
H A Dstd_streambuf.h31 /** @file streambuf
565 * of this function a class derived from streambuf can safely cache
676 * A functioning input streambuf can be created by overriding only
757 * A functioning output streambuf can be created by overriding only
805 // Explicit specialization declarations, defined in src/streambuf.cc.
820 # include <bits/streambuf.tcc>
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dstreambuf-inst.cc36 #include <streambuf>
40 // streambuf
H A Dstreambuf.cc34 #include <streambuf>
H A DMakefile.am167 streambuf-inst.cc \
168 streambuf.cc \
/freebsd-10.0-release/contrib/libreadline/examples/
H A Dreadlinebuf.h6 * Contents: A streambuf which uses the GNU readline library for line I/O
39 #include <streambuf.h>
41 #include <streambuf>
43 using std::streambuf;
46 class readlinebuf : public streambuf {
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dio.hpp35 #include <streambuf>
245 //! \brief std::streambuf implementation for system file handles.
247 //! systembuf provides a std::streambuf implementation for system file
252 //! This class follows the expected semantics of a std::streambuf object.
257 public std::streambuf, atf::utils::noncopyable
/freebsd-10.0-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h81 #include <streambuf>
/freebsd-10.0-release/lib/libc++/
H A DMakefile146 streambuf\
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h39 #include <streambuf>
/freebsd-10.0-release/contrib/libc++/src/
H A Dstrstream.cpp117 streambuf::swap(__rhs);
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h41 #include <streambuf>
102 /// Construct start of streambuf iterator.
107 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
122 /// Advance the iterator. Calls streambuf.sbumpc().
137 /// Advance the iterator. Calls streambuf.sbumpc().
235 /// Construct output iterator from streambuf.
239 /// Write character to streambuf. Calls streambuf.sputc().
280 // Overloads for streambuf iterators.
H A Dlocale_facets.h50 #include <streambuf>
/freebsd-10.0-release/gnu/lib/libstdc++/
H A DMakefile42 streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \
129 stl_uninitialized.h stl_vector.h streambuf.tcc stringfwd.h \
135 BKWHDRS= complex.h iomanip.h istream.h ostream.h stream.h streambuf.h \
/freebsd-10.0-release/contrib/libstdc++/include/
H A DMakefile.am86 streambuf \
151 ${bits_srcdir}/streambuf.tcc \
167 ${backward_srcdir}/streambuf.h \

Completed in 116 milliseconds