Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas82 TPairEnumerator = class(TEnumerator<TPair<TKey, TValue>>) class
229 Result := TPairEnumerator.Create(Self);
269 constructor THashList<TKey, TValue>.TPairEnumerator.Create(
278 function THashList<TKey, TValue>.TPairEnumerator.DoGetCurrent: TPair<TKey, TValue>; in THashList() function
283 function THashList<TKey, TValue>.TPairEnumerator.DoMoveNext: Boolean; in THashList() function
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>; in THashList() function
293 function THashList<TKey, TValue>.TPairEnumerator.MoveNext: Boolean; in THashList() function
DAntlr.Runtime.Tools.pas271 TPairEnumerator = class(TEnumerator<TPair<TKey,TValue>>) class
887 function TDictionary<TKey,TValue>.GetEnumerator: TPairEnumerator; in GetEnumerator()
889 Result := TPairEnumerator.Create(Self);
894 constructor TDictionary<TKey,TValue>.TPairEnumerator.Create(ADictionary: TDictionary<TKey,TValue>);
901 function TDictionary<TKey, TValue>.TPairEnumerator.DoGetCurrent: TPair<TKey, TValue>; in TPairEnumerator() function
906 function TDictionary<TKey, TValue>.TPairEnumerator.DoMoveNext: Boolean; in TPairEnumerator() function
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>; in TPairEnumerator() function
917 function TDictionary<TKey,TValue>.TPairEnumerator.MoveNext: Boolean; in TPairEnumerator() function