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;
1118 UInt32 _startIndex; member in NArchive::N7z::CRepackInStreamWithSizes1124 _startIndex = startIndex; in Init()1159 const CFileItem &fi = _db->Files[_startIndex + index]; in GetSubStreamSize()1177 UInt32 _startIndex; member in NArchive::N7z::CRepackStreamBase1195 _startIndex = startIndex; in Init()1206 UInt32 arcIndex = _startIndex + _currentIndex; in OpenFile()1231 UInt32 arcIndex = _startIndex + _currentIndex; in CloseFile()1250 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()