Searched refs:_totalLength (Results 1 – 2 of 2) sorted by relevance
13 if (_pos >= _totalLength) in Read()14 return (_pos == _totalLength) ? S_OK : E_FAIL; in Read()58 case STREAM_SEEK_END: _pos = _totalLength + offset; break; in Seek()
16 UInt64 _totalLength; variable38 _totalLength = total; in Init()