Searched refs:replace_first (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dcomp_attach_pt_t.h86 virtual ocsd_err_t replace_first(T* component);
177 template<class T> ocsd_err_t componentAttachPt<T>::replace_first(T* component) function in class:componentAttachPt
H A Docsd_dcd_mngr.h175 return pComponent->getErrorLogAttachPt()->replace_first(pIErrorLog);
191 err = pDcdI->getInstrDecodeAttachPt()->replace_first(pIInstrDec);
209 err = pDcdI->getMemoryAccessAttachPt()->replace_first(pMemAccessor);
226 err = pDcdI->getTraceElemOutAttachPt()->replace_first(pOutSink);
266 return pPktProcBase->getRawPacketMonAttachPt()->replace_first(p_If);
287 return pPktProcBase->getTraceIDIndexerAttachPt()->replace_first(p_If);
308 return pPktProcBase->getPacketOutAttachPt()->replace_first(pkt_in_i);
/freebsd-current/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp214 pDecoder->getErrorLogAttachPt()->replace_first(pIErrorLog);

Completed in 121 milliseconds