Searched refs:THashList (Results 1 – 3 of 3) sorted by relevance
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Collections.pas | 79 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 …]
|
D | Antlr.Runtime.pas | 4780 FDiscardSet := THashList<Integer, Integer>.Create;
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Collections.Tests.pas | 57 FIHashList := THashList<Integer, String>.Create;
|