Lines Matching defs:handler
39 IoErrorHandler &handler) { in LookUpOrCreateAnonymous()
64 std::size_t, Convert, IoErrorHandler &handler) { in OpenUnit()
70 IoErrorHandler &handler) { in OpenAnonymousUnit()
74 void ExternalFileUnit::CloseUnit(CloseStatus, IoErrorHandler &handler) { in CloseUnit()
94 int ExternalFileUnit::GetAsynchronousId(IoErrorHandler &handler) { in GetAsynchronousId()
114 Position, IoErrorHandler &handler) { in Open()
118 void PseudoOpenFile::Close(CloseStatus, IoErrorHandler &handler) { in Close()
123 FileOffset, char *, std::size_t, std::size_t, IoErrorHandler &handler) { in Read()
128 std::size_t bytes, IoErrorHandler &handler) { in Write()
141 void PseudoOpenFile::Truncate(FileOffset, IoErrorHandler &handler) { in Truncate()
146 FileOffset, char *, std::size_t, IoErrorHandler &handler) { in ReadAsynchronously()
151 FileOffset, const char *, std::size_t, IoErrorHandler &handler) { in WriteAsynchronously()
155 void PseudoOpenFile::Wait(int, IoErrorHandler &handler) { in Wait()
159 void PseudoOpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()