Searched refs:_startIndex (Results 1 – 5 of 5) sorted by relevance
13 int _startIndex; field in Antlr.Runtime.JavaExtensions.SubList26 _startIndex = startIndex; in SubList()46 .Skip( _startIndex ) in Contains()47 .Take( _endIndex - _startIndex + 1 ) in Contains()100 return _source[index + _startIndex];107 _source[index + _startIndex] = value;136 return _endIndex - _startIndex + 1;163 .Skip( _startIndex ) in GetEnumerator()164 .Take( _endIndex - _startIndex + 1 ) in GetEnumerator()174 int _startIndex; field in Antlr.Runtime.JavaExtensions.SubList[all …]
25 _startIndex = startIndex; in Init()44 UInt32 index = _startIndex + _currentIndex; in OpenFile()67 const CFileItem &fi = _db->Files[_startIndex + _currentIndex]; in CloseFileAndSetResult()76 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()129 *value = _db->Files[_startIndex + (int)subStream].Size; in GetSubStreamSize()
26 UInt32 _startIndex; variable
454 UInt32 _startIndex; member in NArchive::N7z::CFolderOutStream2484 _startIndex = startIndex; in Init()504 _rem = _db->Files[_startIndex + _currentIndex].Size; in OpenFile()516 const CFileItem &file = _db->Files[_startIndex + _currentIndex]; in CloseFileAndSetResult()523 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()
44 private short _startIndex; field116 return _startIndex;120 _startIndex = (short)value;