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