Searched refs:skipBranch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.h171 } skipBranch ; member in class:IOFireWireLib::SendNuDCLSharedData
185 skipBranch.dcl = NULL ;
298 void SetSkipBranch( NuDCL * skipBranchDCL ) { fSendData.skipBranch.dcl = skipBranchDCL ; }
299 NuDCL * GetSkipBranch() const { return fSendData.skipBranch.dcl ; }
H A DIOFireWireLibNuDCL.cpp408 if ( fSendData.skipBranch.dcl )
410 fprintf( file, "\t\t\tskip --> %p\n", fSendData.skipBranch.dcl ) ;
439 if ( fSendData.skipBranch.dcl )
440 exportedData->skipBranchIndex = fSendData.skipBranch.dcl->GetExportIndex() ;

Completed in 59 milliseconds