Home
last modified time | relevance | path

Searched refs:_sizeInBytes (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc35 _sizeInBytes(0) in FileWrapperImpl()
66 _sizeInBytes = 0; in Rewind()
248 if (_maxSizeInBytes > 0 && (_sizeInBytes + length) > _maxSizeInBytes) in Write()
257 _sizeInBytes += num_bytes; in Write()
Dfile_impl.h51 size_t _sizeInBytes; variable