Home
last modified time | relevance | path

Searched refs:_startIndex (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs13 int _startIndex; field in Antlr.Runtime.JavaExtensions.SubList
26 _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 …]
/external/lzma/CPP/7zip/Archive/7z/
D7zFolderOutStream.cpp25 _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()
D7zFolderOutStream.h26 UInt32 _startIndex; variable
D7zUpdate.cpp454 UInt32 _startIndex; member in NArchive::N7z::CFolderOutStream2
484 _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()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs44 private short _startIndex; field
116 return _startIndex;
120 _startIndex = (short)value;