Searched refs:DecoderMngrBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_mngr.h | 45 class DecoderMngrBase : public IDecoderMngr 48 DecoderMngrBase(const std::string &decoderTypeName, ocsd_trace_protocol_t builtInProtocol); 49 virtual ~DecoderMngrBase() {}; in ~DecoderMngrBase() 87 DecoderMngrBase<P,Pt,Pc>::DecoderMngrBase(const std::string &decoderTypeName, ocsd_trace_protocol_t… in DecoderMngrBase() function 164 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::destroyDecoder(TraceComponent *pComponent) in destroyDecoder() 215 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachOutputSink(TraceComponent *pComponent, ITrcGenElemIn *pO… in attachOutputSink() 232 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::getDataInputI(TraceComponent *pComponent, ITrcDataIn **ppDataI… in getDataInputI() 331 class DecodeMngrFullDcd : public DecoderMngrBase<P,Pt,Pc> 335 : DecoderMngrBase<P,Pt,Pc>(name,builtInProtocol) {}; in DecodeMngrFullDcd() 374 class DecodeMngrPktProc : public DecoderMngrBase<P,Pt,Pc> [all …]
|