Home
last modified time | relevance | path

Searched refs:TObject (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-machinery.hh44 template<typename Type, typename TObject>
45 static inline const Type& CastR(const TObject &X) in CastR()
47 template<typename Type, typename TObject>
48 static inline Type& CastR(TObject &X) in CastR()
52 template<typename Type, typename TObject>
53 static inline const Type* CastP(const TObject *X) in CastP()
55 template<typename Type, typename TObject>
56 static inline Type* CastP(TObject *X) in CastP()
70 template<typename Type, typename TObject>
71 static inline const Type& StructAfter(const TObject &X) in StructAfter()
[all …]
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas70 function GetImplementor: TObject; in GetImplementor()
73 property Implementor: TObject read GetImplementor;
83 function GetImplementor: TObject; in GetImplementor()
433 function TANTLRObject.GetImplementor: TObject; in GetImplementor()
DAntlr.Runtime.pas471 function Equals(Obj: TObject): Boolean; in Equals() argument
1777 function Equals(Obj: TObject): Boolean; override;
3489 function TBitSet.Equals(Obj: TObject): Boolean; in Equals()
/external/zlib/src/contrib/delphi/
DZLib.pas53 procedure Progress(Sender: TObject); dynamic; argument
398 procedure TCustomZLibStream.Progress(Sender: TObject); argument