Lines Matching defs:TDictionary
823 procedure TDictionary<TKey,TValue>.Clear; procedure
831 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
901 function TDictionary<TKey, TValue>.TPairEnumerator.DoGetCurrent: TPair<TKey, TValue>; in TPairEnumerator() function
906 function TDictionary<TKey, TValue>.TPairEnumerator.DoMoveNext: Boolean; in TPairEnumerator() function
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>; in TPairEnumerator() function
917 function TDictionary<TKey,TValue>.TPairEnumerator.MoveNext: Boolean; in TPairEnumerator() function