Searched refs:_startIndex (Results 1 – 3 of 3) 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 …]
44 private short _startIndex; field116 return _startIndex;120 _startIndex = (short)value;
1125 UInt32 _startIndex; member in NArchive::N7z::CRepackInStreamWithSizes1131 _startIndex = startIndex; in Init()1166 const CFileItem &fi = _db->Files[_startIndex + index]; in GetSubStreamSize()1184 UInt32 _startIndex; member in NArchive::N7z::CRepackStreamBase1202 _startIndex = startIndex; in Init()1213 UInt32 arcIndex = _startIndex + _currentIndex; in OpenFile()1238 UInt32 arcIndex = _startIndex + _currentIndex; in CloseFile()1257 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()