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

Lines Matching refs:TList

174     function GetEnumerator: TList<T>.TEnumerator;
210 TList<T> = class(Generics.Collections.TList<T>, IList<T>)
461 { TList<T> }
463 procedure TList<T>.AddRange(const List: IList<T>);
468 function TList<T>.GetCapacity: Integer;
473 function TList<T>.GetCount: Integer;
478 function TList<T>.GetItem(Index: Integer): T;
483 function TList<T>.GetOnNotify: TCollectionNotifyEvent<T>;
488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>;
492 Result := TList<T>.Create;
498 procedure TList<T>.InsertRange(Index: Integer; const List: IList<T>);
509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult;
517 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>);
537 function TList<T>._AddRef: Integer;
542 function TList<T>._Release: Integer;