Lines Matching refs:bytes
86 // of bytes that have been processed so far.
89 // of bytes that have been processed since the previous call (i.e. delta).
204 // Extracts |num_bytes_to_extract| bytes of the current entry to |delegate|,
216 // bytes extracted.
287 void ReportProgress(ListenerCallback listener_callback, uint64_t bytes) const;
289 // Extracts |num_bytes_to_extract| bytes of the current entry to |delegate|,
325 // Number of bytes read since last progress report callback executed.
351 // Writes |num_bytes| bytes of |data| to the file, returning false on error or
352 // if not all bytes could be written.
365 // Gets the number of bytes written into the file.