Searched defs:TDictionary (Results  1 – 1 of 1) sorted by relevance
| /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ | 
| D | Antlr.Runtime.Tools.pas | 823 procedure TDictionary<TKey,TValue>.Clear;  procedure831 procedure TDictionary<TKey,TValue>.TrimExcess;  procedure
 836 function TDictionary<TKey,TValue>.TryGetValue(const Key: TKey; out Value: TValue): Boolean;  in TryGetValue()  function
 848 procedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TV…  procedure
 856 function TDictionary<TKey, TValue>.DoGetEnumerator: TEnumerator<TPair<TKey, TValue>>;  in TDictionary()  function
 861 procedure TDictionary<TKey,TValue>.AddOrSetValue(const Key: TKey; const Value: TValue);  procedure
 869 function TDictionary<TKey,TValue>.ContainsKey(const Key: TKey): Boolean;  in TDictionary()  function
 874 function TDictionary<TKey,TValue>.ContainsValue(const Value: TValue): Boolean;  in ContainsValue()  function
 887 function TDictionary<TKey,TValue>.GetEnumerator: TPairEnumerator;  in GetEnumerator()  function
 894 constructor TDictionary<TKey,TValue>.TPairEnumerator.Create(ADictionary: TDictionary<TKey,TValue>);  procedure
 [all …]
 
 |