Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs63 private ArrayList _orderList; field in Antlr.Runtime.Collections.HashList.HashListEnumerator
84 _orderList = hashList._insertionOrderList; in HashListEnumerator()
170 if (_index < _orderList.Count) in MoveNext()
172 _key = _orderList[_index]; in MoveNext()