Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas79 THashList<TKey, TValue> = class(TANTLRObject, IHashList<TKey, TValue>)
84 FHashList: THashList<TKey, TValue>;
94 constructor Create(const AHashList: THashList<TKey, TValue>);
168 procedure THashList<TKey, TValue>.Add(const Key: TKey; const Value: TValue); procedure
175 procedure THashList<TKey, TValue>.AddOrSetValue(const Key: TKey; procedure
184 procedure THashList<TKey, TValue>.Clear; procedure
191 function THashList<TKey, TValue>.ContainsKey(const Key: TKey): Boolean; in THashList() function
196 function THashList<TKey, TValue>.ContainsValue(const Value: TValue): Boolean; in THashList() function
201 constructor THashList<TKey, TValue>.Create; procedure
206 constructor THashList<TKey, TValue>.Create(const ACapacity: Integer); procedure
[all …]
DAntlr.Runtime.pas4780 FDiscardSet := THashList<Integer, Integer>.Create;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Collections.Tests.pas57 FIHashList := THashList<Integer, String>.Create;