Searched refs:replace_first (Results 1 – 3 of 3) sorted by relevance
169 return pComponent->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()185 err = pDcdI->getInstrDecodeAttachPt()->replace_first(pIInstrDec); in attachInstrDecoder()203 err = pDcdI->getMemoryAccessAttachPt()->replace_first(pMemAccessor); in attachMemAccessor()220 err = pDcdI->getTraceElemOutAttachPt()->replace_first(pOutSink); in attachOutputSink()260 return pPktProcBase->getRawPacketMonAttachPt()->replace_first(p_If); in attachPktMonitor()281 return pPktProcBase->getTraceIDIndexerAttachPt()->replace_first(p_If); in attachPktIndexer()302 return pPktProcBase->getPacketOutAttachPt()->replace_first(pkt_in_i); in attachPktSink()
86 virtual ocsd_err_t replace_first(T* component);177 template<class T> ocsd_err_t componentAttachPt<T>::replace_first(T* component) in replace_first() function
214 pDecoder->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()