Lines Matching refs:file_handle
52 impl::file_handle::file_handle(void) : in file_handle() function in impl::file_handle
57 impl::file_handle::file_handle(handle_type h) : in file_handle() function in impl::file_handle
63 impl::file_handle::file_handle(const file_handle& fh) : in file_handle() function in impl::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()