Home
last modified time | relevance | path

Searched refs:TDictionary (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas238 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 …]
DAntlr.Runtime.Collections.pas211 FDictionary := TDictionary<TKey, TValue>.Create;
216 FDictionary := TDictionary<TKey, TValue>.Create(ACapacity);
DAntlr.Runtime.Tree.pas2826 FTreeToUniqueIDMap := TDictionary<IANTLRInterface, Integer>.Create;
3980 Result := TDictionary<String, Integer>.Create;
4088 Result := TDictionary<Integer, IList<IANTLRInterface>>.Create;
4441 FLabels := TDictionary<String, IANTLRInterface>.Create;
DAntlr.Runtime.pas4441 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/
DREADME.TXT249 * 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/
DAntlr.Runtime.Tools.Tests.pas430 FIDictionary := TDictionary<String, Integer>.Create;
DAntlr.Runtime.Tree.Tests.pas1761 Labels := TDictionary<String, IANTLRInterface>.Create;
1778 Labels := TDictionary<String, IANTLRInterface>.Create;
1795 Labels := TDictionary<String, IANTLRInterface>.Create;
1852 Labels := TDictionary<String, IANTLRInterface>.Create;