Searched refs:_sizeInBytes (Results 1 – 2 of 2) sorted by relevance
35 _sizeInBytes(0) in FileWrapperImpl()66 _sizeInBytes = 0; in Rewind()248 if (_maxSizeInBytes > 0 && (_sizeInBytes + length) > _maxSizeInBytes) in Write()257 _sizeInBytes += num_bytes; in Write()
51 size_t _sizeInBytes; variable