Home | History | Annotate | Download | only in streams

Lines Matching defs:WRITE

22 // The stream class provides general streaming I/O primitives to read, write and
48 // use buffered I/O. Using all read/write methods other than ReadAllAsync(),
89 enum class AccessMode { READ, WRITE, READ_WRITE };
113 // Called to determine if write operations are supported on the stream (stream
116 // written to. However, if it returns true, the subsequent write operation
202 // and/or write)
267 // == Write operations ======================================================
273 // written. It is not an error for this function to write fewer bytes than
275 // Upon successful write, the |success_callback| will be invoked with the
288 // and/or write).
369 // Overloaded by derived classes to provide stream monitoring for read/write
372 // |mode| specifies the type of operation to monitor for (read, write, both).
390 // Cancels pending asynchronous read/write operations.
439 // Calls WriteNonBlocking and if the write would block for it to not block
462 // Called from WaitForData() when write operations can be performed
494 // Data members for asynchronous write operations.