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

Lines Matching refs:procedure

94     procedure SetValue(const Value: String);
110 procedure SetValue(const Value: String);
132 procedure SetCapacity(Value: Integer);
134 procedure SetCount(Value: Integer);
136 procedure SetItem(Index: Integer; const Value: T);
138 procedure SetOnNotify(Value: TCollectionNotifyEvent<T>);
143 procedure AddRange(const Values: array of T); overload;
144 procedure AddRange(const Collection: IEnumerable<T>); overload;
145 procedure AddRange(Collection: TEnumerable<T>); overload;
146 procedure AddRange(const List: IList<T>); overload;
148 procedure Insert(Index: Integer; const Value: T);
150 procedure InsertRange(Index: Integer; const Values: array of T); overload;
151 procedure InsertRange(Index: Integer; const Collection: IEnumerable<T>); overload;
152 procedure InsertRange(Index: Integer; const Collection: TEnumerable<T>); overload;
153 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
156 procedure Delete(Index: Integer);
157 procedure DeleteRange(AIndex, ACount: Integer);
160 procedure Clear;
166 procedure Reverse;
168 procedure Sort; overload;
169 procedure Sort(const AComparer: IComparer<T>); overload;
173 procedure TrimExcess;
190 procedure SetItem(const Key: TKey; const Value: TValue);
194 procedure Add(const Key: TKey; const Value: TValue);
195 procedure Remove(const Key: TKey);
196 procedure Clear;
197 procedure TrimExcess;
199 procedure AddOrSetValue(const Key: TKey; const Value: TValue);
221 procedure SetCapacity(Value: Integer);
223 procedure SetCount(Value: Integer);
225 procedure SetItem(Index: Integer; const Value: T);
227 procedure SetOnNotify(Value: TCollectionNotifyEvent<T>);
229 procedure AddRange(const List: IList<T>); overload;
230 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
253 procedure SetCapacity(ACapacity: Integer);
254 procedure Rehash(NewCapPow2: Integer);
255 procedure Grow;
258 procedure RehashAdd(HashCode: Integer; const Key: TKey; const Value: TValue);
259 procedure DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TValue);
293 procedure SetItem(const Key: TKey; const Value: TValue);
296 procedure Add(const Key: TKey; const Value: TValue);
297 procedure Remove(const Key: TKey);
298 procedure Clear;
299 procedure TrimExcess;
301 procedure AddOrSetValue(const Key: TKey; const Value: TValue);
377 procedure SetAsInteger(const Name: String; const Value: Integer);
379 procedure SetAsInterface(const Name: String; const Value: IInterface);
381 procedure Initialize;
382 procedure Finalize;
451 procedure TANTLRString.SetValue(const Value: String);
463 procedure TList<T>.AddRange(const List: IList<T>);
498 procedure TList<T>.InsertRange(Index: Integer; const List: IList<T>);
517 procedure TList<T>.SetCapacity(Value: Integer);
522 procedure TList<T>.SetCount(Value: Integer);
527 procedure TList<T>.SetItem(Index: Integer; const Value: T);
532 procedure TList<T>.SetOnNotify(Value: TCollectionNotifyEvent<T>);
551 procedure TDictionary<TKey,TValue>.Rehash(NewCapPow2: Integer);
571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer);
589 procedure TDictionary<TKey,TValue>.Grow;
651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue);
664 procedure TDictionary<TKey,TValue>.RehashAdd(HashCode: Integer; const Key: TKey; const Value: TValue);
745 procedure TDictionary<TKey,TValue>.Add(const Key: TKey; const Value: TValue);
767 procedure TDictionary<TKey,TValue>.Remove(const Key: TKey);
823 procedure TDictionary<TKey,TValue>.Clear;
831 procedure TDictionary<TKey,TValue>.TrimExcess;
848 procedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TValue);
861 procedure TDictionary<TKey,TValue>.AddOrSetValue(const Key: TKey; const Value: TValue);
930 procedure TLocalStorage.Finalize;
959 procedure TLocalStorage.Initialize;
964 procedure TLocalStorage.SetAsInteger(const Name: String; const Value: Integer);
980 procedure TLocalStorage.SetAsInterface(const Name: String;