Searched refs:bytes_processed_ (Results 1 – 2 of 2) sorted by relevance
529 void SetBytesProcessed(int64_t bytes) { bytes_processed_ = bytes; } in SetBytesProcessed()532 int64_t bytes_processed() const { return bytes_processed_; } in bytes_processed()618 int64_t bytes_processed_; variable
303 bytes_processed_(0), in State()