Lines Matching defs:bytes_
1960 NumberAndSizeInfo() : number_(0), bytes_(0) {}1965 int bytes() const { return bytes_; }1966 void increment_bytes(int size) { bytes_ += size; }1970 bytes_ = 0;1975 int bytes_;