Searched refs:TDictionary (Results 1 – 7 of 7) sorted by relevance
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 238 TDictionary<TKey,TValue> = class(TEnumerable<TPair<TKey,TValue>>, IDictionary<TKey, TValue>) 273 FDictionary: TDictionary<TKey,TValue>; 280 constructor Create(ADictionary: TDictionary<TKey,TValue>); 551 procedure TDictionary<TKey,TValue>.Rehash(NewCapPow2: Integer); 571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer); 589 procedure TDictionary<TKey,TValue>.Grow; 599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in GetBucketIndex() 626 function TDictionary<TKey, TValue>.GetCount: Integer; in GetCount() 631 function TDictionary<TKey,TValue>.Hash(const Key: TKey): Integer; in Hash() 641 function TDictionary<TKey,TValue>.GetItem(const Key: TKey): TValue; in GetItem() [all …]
|
D | Antlr.Runtime.Collections.pas | 211 FDictionary := TDictionary<TKey, TValue>.Create; 216 FDictionary := TDictionary<TKey, TValue>.Create(ACapacity);
|
D | Antlr.Runtime.Tree.pas | 2826 FTreeToUniqueIDMap := TDictionary<IANTLRInterface, Integer>.Create; 3980 Result := TDictionary<String, Integer>.Create; 4088 Result := TDictionary<Integer, IList<IANTLRInterface>>.Create; 4441 FLabels := TDictionary<String, IANTLRInterface>.Create;
|
D | Antlr.Runtime.pas | 4441 Dict := TDictionary<Integer, Integer>.Create; 5007 FChannelOverrideMap := TDictionary<Integer, Integer>.Create; 5914 FPrograms := TDictionary<String, IList<IRewriteOperation>>.Create; 5918 FLastRewriteTokenIndexes := TDictionary<String, Integer>.Create; 6097 Result := TDictionary<Integer, IRewriteOperation>.Create;
|
/external/antlr/runtime/Delphi/ |
D | README.TXT | 249 * IDictionary<TKey, TValue> (implemented in TDictionary<TKey, TValue>): a 256 Map := TDictionary<String, IANTLRInterface>.Create; 260 Again, this class is similar to Delphi's TDictionary, but it implements the
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 430 FIDictionary := TDictionary<String, Integer>.Create;
|
D | Antlr.Runtime.Tree.Tests.pas | 1761 Labels := TDictionary<String, IANTLRInterface>.Create; 1778 Labels := TDictionary<String, IANTLRInterface>.Create; 1795 Labels := TDictionary<String, IANTLRInterface>.Create; 1852 Labels := TDictionary<String, IANTLRInterface>.Create;
|