Lines Matching defs:buffer
27 bool Stream::ReadAsync(void* buffer, in ReadAsync()
46 bool Stream::ReadAllAsync(void* buffer, in ReadAllAsync()
65 bool Stream::ReadBlocking(void* buffer, in ReadBlocking()
85 bool Stream::ReadAllBlocking(void* buffer, in ReadAllBlocking()
102 bool Stream::WriteAsync(const void* buffer, in WriteAsync()
119 bool Stream::WriteAllAsync(const void* buffer, in WriteAllAsync()
138 bool Stream::WriteBlocking(const void* buffer, in WriteBlocking()
157 bool Stream::WriteAllBlocking(const void* buffer, in WriteAllBlocking()
195 void* buffer, in ReadAsyncImpl()
242 void* buffer, in OnReadAvailable()
260 const void* buffer, in WriteAsyncImpl()
304 const void* buffer, in OnWriteAvailable()
321 void Stream::ReadAllAsyncCallback(void* buffer, in ReadAllAsyncCallback()
349 void Stream::WriteAllAsyncCallback(const void* buffer, in WriteAllAsyncCallback()