Searched refs:systembuf (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.hpp242 // The "systembuf" class.
248 //! systembuf provides a std::streambuf implementation for system file
257 class systembuf : public std::streambuf, atf::noncopyable class in namespace:atf::atf_run
263 //! \brief Constructs a new systembuf for the given file handle.
265 //! This constructor creates a new systembuf object that reads or
267 //! is \b not owned by the created systembuf object; the code
276 explicit systembuf(handle_type h, std::size_t bufsize = 8192);
277 ~systembuf(void);
281 //! \brief Native file handle used by the systembuf object.
337 //! Synchronizes the systembuf buffer
[all...]
H A Dio.cpp153 // The "systembuf" class.
156 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) : function in class:impl::systembuf
179 impl::systembuf::~systembuf(void)
185 impl::systembuf::int_type
186 impl::systembuf::underflow(void)
202 impl::systembuf::int_type
203 impl::systembuf::overflow(int c)
216 impl::systembuf
[all...]
H A Dio_test.cpp93 using atf::atf_run::systembuf;
101 systembuf sb(fd, bufsize);
112 using atf::atf_run::systembuf;
117 systembuf sb(fd, bufsize);
227 // Test cases for the "systembuf" class.
234 "internal buffer) works when using systembuf");
245 "the internal buffer) works when using systembuf");
256 "internal buffer) works when using systembuf");
267 "in the internal buffer) works when using systembuf");
287 using atf::atf_run::systembuf;
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp51 class systembuf;

Completed in 12 milliseconds