Lines Matching refs:function
59 function ToString: String;
70 function GetImplementor: TObject;
83 function GetImplementor: TObject;
93 function GetValue: String;
109 function GetValue: String;
114 function ToString: String; override;
124 function Clone: IANTLRInterface;
131 function GetCapacity: Integer;
133 function GetCount: Integer;
135 function GetItem(Index: Integer): T;
137 function GetOnNotify: TCollectionNotifyEvent<T>;
141 function Add(const Value: T): Integer;
155 function Remove(const Value: T): Integer;
158 function Extract(const Value: T): T;
162 function Contains(const Value: T): Boolean;
163 function IndexOf(const Value: T): Integer;
164 function LastIndexOf(const Value: T): Integer;
170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload;
171 function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean; overload;
174 function GetEnumerator: TList<T>.TEnumerator;
175 function GetRange(const Index, Count: Integer): IList<T>;
189 function GetItem(const Key: TKey): TValue;
191 function GetCount: Integer;
198 function TryGetValue(const Key: TKey; out Value: TValue): Boolean;
200 function ContainsKey(const Key: TKey): Boolean;
201 function ContainsValue(const Value: TValue): Boolean;
202 function GetEnumerator: TEnumerator<TPair<TKey, TValue>>;
215 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
216 function _AddRef: Integer; stdcall;
217 function _Release: Integer; stdcall;
220 function GetCapacity: Integer;
222 function GetCount: Integer;
224 function GetItem(Index: Integer): T;
226 function GetOnNotify: TCollectionNotifyEvent<T>;
228 function GetRange(const Index, Count: Integer): IList<T>;
256 function GetBucketIndex(const Key: TKey; HashCode: Integer): Integer;
257 function Hash(const Key: TKey): Integer;
261 function DoGetEnumerator: TEnumerator<TPair<TKey,TValue>>; override;
275 function GetCurrent: TPair<TKey,TValue>;
277 function DoGetCurrent: TPair<TKey,TValue>; override;
278 function DoMoveNext: Boolean; override;
282 function MoveNext: Boolean;
287 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
288 function _AddRef: Integer; stdcall;
289 function _Release: Integer; stdcall;
292 function GetItem(const Key: TKey): TValue;
294 function GetCount: Integer;
300 function TryGetValue(const Key: TKey; out Value: TValue): Boolean;
302 function ContainsKey(const Key: TKey): Boolean;
303 function ContainsValue(const Value: TValue): Boolean;
305 function GetEnumerator: TEnumerator<TPair<TKey, TValue>>;
376 function GetAsInteger(const Name: String): Integer;
378 function GetAsInterface(const Name: String): IInterface;
389 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
392 function SameObj(const A, B: IInterface): Boolean;
394 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface = nil): IANTLRInterface; overload;
396 function IsUpper(const C: Char): Boolean;
404 function SameObj(const A, B: IInterface): Boolean;
418 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface = nil): IANTLRInterface; overload;
426 function IsUpper(const C: Char): Boolean;
433 function TANTLRObject.GetImplementor: TObject;
446 function TANTLRString.GetValue: String;
456 function TANTLRString.ToString: String;
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>;
509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult;
537 function TList<T>._AddRef: Integer;
542 function TList<T>._Release: Integer;
599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer;
626 function TDictionary<TKey, TValue>.GetCount: Integer;
631 function TDictionary<TKey,TValue>.Hash(const Key: TKey): Integer;
641 function TDictionary<TKey,TValue>.GetItem(const Key: TKey): TValue;
674 function TDictionary<TKey, TValue>.QueryInterface(const IID: TGUID;
683 function TDictionary<TKey, TValue>._AddRef: Integer;
688 function TDictionary<TKey, TValue>._Release: Integer;
760 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
836 function TDictionary<TKey,TValue>.TryGetValue(const Key: TKey; out Value: TValue): Boolean;
856 function TDictionary<TKey, TValue>.DoGetEnumerator: TEnumerator<TPair<TKey, TValue>>;
869 function TDictionary<TKey,TValue>.ContainsKey(const Key: TKey): Boolean;
874 function TDictionary<TKey,TValue>.ContainsValue(const Value: TValue): Boolean;
887 function TDictionary<TKey,TValue>.GetEnumerator: TPairEnumerator;
901 function TDictionary<TKey, TValue>.TPairEnumerator.DoGetCurrent: TPair<TKey, TValue>;
906 function TDictionary<TKey, TValue>.TPairEnumerator.DoMoveNext: Boolean;
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>;
917 function TDictionary<TKey,TValue>.TPairEnumerator.MoveNext: Boolean;
939 function TLocalStorage.GetAsInteger(const Name: String): Integer;
949 function TLocalStorage.GetAsInterface(const Name: String): IInterface;