Searched defs:GetThis (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.h151 inline ReadCmd* GetThis(CmdRef self) { return IOFireWireIUnknown::InterfaceMap<ReadCmd>::GetThis(self) ; } function in class:IOFireWireLib::ReadCmd
191 inline static ReadQuadCmd* GetThis( CmdRef self ) { return IOFireWireIUnknown::InterfaceMap<ReadQuadCmd>::GetThis(self) ; } function in class:IOFireWireLib::ReadQuadCmd
260 inline static WriteCmd* GetThis(IOFireWireLibWriteCommandRef self) { return IOFireWireIUnknown::InterfaceMap<WriteCmd>::GetThis(self) ; } function in class:IOFireWireLib::WriteCmd
295 inline static PHYCmd* GetThis( IOFireWireLibWriteCommandRef self ) { return IOFireWireIUnknown::InterfaceMap<PHYCmd>::GetThis(self); } function in class:IOFireWireLib::PHYCmd
332 inline static WriteQuadCmd* GetThis(CmdRef self) { return IOFireWireIUnknown::InterfaceMap<WriteQuadCmd>::GetThis(sel function in class:IOFireWireLib::WriteQuadCmd
372 inline static CompareSwapCmd* GetThis(IOFireWireLibCompareSwapCommandRef self) { return IOFireWireIUnknown::InterfaceMap<CompareSwapCmd>::GetThis(self) ; } function in class:IOFireWireLib::CompareSwapCmd
470 inline static AsyncStreamCmd* GetThis(IOFireWireLibAsyncStreamCommandRef self) { return IOFireWireIUnknown::InterfaceMap<AsyncStreamCmd>::GetThis(self) ; }; function in class:IOFireWireLib::AsyncStreamCmd
[all...]
H A DIOFireWireLibPHYPacketListener.h59 inline PHYPacketListener * GetThis( IOFireWireLibPHYPacketListenerRef self ) function in class:IOFireWireLib::PHYPacketListener
H A DIOFireWireLibVectorCommand.h69 inline VectorCommand * GetThis( IOFireWireLibVectorCommandRef self ) function in class:IOFireWireLib::VectorCommand
H A DIOFireWireLibIUnknown.h37 inline static T * GetThis( void* map ) { return reinterpret_cast<T*>( reinterpret_cast<InterfaceMap*>( map )->obj ) ; } function in class:IOFireWireLib::IOFireWireIUnknown::InterfaceMap

Completed in 97 milliseconds