Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:function

69     function Pop: T;
75 function Peek: T;
89 function GetCurrent: TPair<TKey, TValue>;
91 function DoGetCurrent: TPair<TKey, TValue>; override;
92 function DoMoveNext: Boolean; override;
95 function MoveNext: Boolean;
104 function GetItem(const Key: TKey): TValue;
106 function GetCount: Integer;
112 function TryGetValue(const Key: TKey; out Value: TValue): Boolean;
114 function ContainsKey(const Key: TKey): Boolean;
115 function ContainsValue(const Value: TValue): Boolean;
119 function GetEnumerator: TEnumerator<TPair<TKey, TValue>>;
128 function Pop: T;
129 function Peek: T;
144 class function DictionaryToString(const Dict: IDictionary<Integer, IList<IANTLRInterface>>): String; static;
156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static;
157 class function ListToString(const Coll: IList<String>): String; overload; static;
191 function THashList<TKey, TValue>.ContainsKey(const Key: TKey): Boolean;
196 function THashList<TKey, TValue>.ContainsValue(const Value: TValue): Boolean;
222 function THashList<TKey, TValue>.GetCount: Integer;
227 function THashList<TKey, TValue>.GetEnumerator: TEnumerator<TPair<TKey, TValue>>;
232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue;
261 function THashList<TKey, TValue>.TryGetValue(const Key: TKey;
278 function THashList<TKey, TValue>.TPairEnumerator.DoGetCurrent: TPair<TKey, TValue>;
283 function THashList<TKey, TValue>.TPairEnumerator.DoMoveNext: Boolean;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
293 function THashList<TKey, TValue>.TPairEnumerator.MoveNext: Boolean;
314 function TStackList<T>.Peek: T;
319 function TStackList<T>.Pop: T;
335 class function TCollectionUtils.DictionaryToString(
365 class function TCollectionUtils.ListToString(
405 class function TCollectionUtils.ListToString(const Coll: IList<String>): String;