Lines Matching refs:impl

45 namespace impl = tools::io;
52 impl::file_handle::file_handle(void) : in file_handle()
57 impl::file_handle::file_handle(handle_type h) : in file_handle()
63 impl::file_handle::file_handle(const file_handle& fh) : in file_handle()
69 impl::file_handle::~file_handle(void) in ~file_handle()
75 impl::file_handle&
76 impl::file_handle::operator=(const file_handle& fh) in operator =()
85 impl::file_handle::is_valid(void) in is_valid()
92 impl::file_handle::close(void) in close()
101 impl::file_handle::handle_type
102 impl::file_handle::disown(void) in disown()
111 impl::file_handle::handle_type
112 impl::file_handle::get(void) in get()
121 impl::file_handle::posix_remap(handle_type h) in posix_remap()
141 impl::file_handle::handle_type
142 impl::file_handle::invalid_value(void) in invalid_value()
151 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) : in systembuf()
174 impl::systembuf::~systembuf(void) in ~systembuf()
180 impl::systembuf::int_type
181 impl::systembuf::underflow(void) in underflow()
197 impl::systembuf::int_type
198 impl::systembuf::overflow(int c) in overflow()
211 impl::systembuf::sync(void) in sync()
227 impl::pistream::pistream(const int fd) : in pistream()
272 impl::muxer::muxer(const int* fds, const size_t nfds, const size_t bufsize) : in muxer()
280 impl::muxer::~muxer(void) in ~muxer()
285 impl::muxer::read_one(const size_t index, const int fd, std::string& accum, in read_one()
315 impl::muxer::mux(volatile const bool& terminate) in mux()
348 impl::muxer::flush(void) in flush()