Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas261 function DoGetEnumerator: TEnumerator<TPair<TKey,TValue>>; override;
856 function TDictionary<TKey, TValue>.DoGetEnumerator: TEnumerator<TPair<TKey, TValue>>; in TDictionary() function