Searched refs:m_frame_deformatter_root (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp97 m_frame_deformatter_root(0),
114 delete m_frame_deformatter_root;
460 err = m_frame_deformatter_root->getIDStreamAttachPt(CSID)->attach(pDataIn);
535 m_frame_deformatter_root = new (std::nothrow) TraceFormatterFrameDecoder();
536 if(m_frame_deformatter_root)
538 m_frame_deformatter_root->Configure(formatterCfgFlags);
539 m_frame_deformatter_root->getErrLogAttachPt()->attach(DecodeTree::s_i_error_logger);
540 m_i_decoder_root = dynamic_cast<ITrcDataIn*>(m_frame_deformatter_root);
590 err = m_frame_deformatter_root->OutputFilterAllIDs(false);
592 err = m_frame_deformatter_root
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree.h364 TraceFormatterFrameDecoder *getFrameDeformatter() const { return m_frame_deformatter_root; };
400 TraceFormatterFrameDecoder *m_frame_deformatter_root; member in class:DecodeTree

Completed in 46 milliseconds