Searched refs:pDecoder (Results 1 – 1 of 1) sorted by relevance
199 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in getDataInputI() local200 if(pDecoder == 0) in getDataInputI()203 *ppDataIn = pDecoder; in getDataInputI()211 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachErrorLogger() local212 if (pDecoder == 0) in attachErrorLogger()214 pDecoder->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()221 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachInstrDecoder() local222 if(pDecoder == 0) in attachInstrDecoder()224 pDecoder->attachInstrDecI(pIInstrDec); in attachInstrDecoder()230 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachMemAccessor() local[all …]