Home | History | Annotate | Download | only in src

Lines Matching defs:bytes_

1677   NumberAndSizeInfo() : number_(0), bytes_(0) {}
1682 int bytes() const { return bytes_; }
1683 void increment_bytes(int size) { bytes_ += size; }
1687 bytes_ = 0;
1692 int bytes_;