Searched refs:bytes_written_so_far (Results 1 – 1 of 1) sorted by relevance
75 uint32_t bytes_written_so_far = s->GetWrittenBytes() - previous_bytes; in Dump() local78 if (bytes_written_so_far < min_byte_width) in Dump()79 s->Printf("%*s", min_byte_width - bytes_written_so_far, ""); in Dump()