Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas168 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
222 function THashList<TKey, TValue>.GetCount: Integer; in THashList() function
227 function THashList<TKey, TValue>.GetEnumerator: TEnumerator<TPair<TKey, TValue>>; in THashList() function
232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
[all …]