Searched refs:replace_first (Results 1 – 3 of 3) sorted by relevance
175 return pComponent->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()191 err = pDcdI->getInstrDecodeAttachPt()->replace_first(pIInstrDec); in attachInstrDecoder()209 err = pDcdI->getMemoryAccessAttachPt()->replace_first(pMemAccessor); in attachMemAccessor()226 err = pDcdI->getTraceElemOutAttachPt()->replace_first(pOutSink); in attachOutputSink()266 return pPktProcBase->getRawPacketMonAttachPt()->replace_first(p_If); in attachPktMonitor()287 return pPktProcBase->getTraceIDIndexerAttachPt()->replace_first(p_If); in attachPktIndexer()308 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()