Searched refs:DecodeTreeElement (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree_elem.h60 * @class DecodeTreeElement
68 class DecodeTreeElement : protected decoder_element class in inherits:decoder_element
71 DecodeTreeElement();
72 ~DecodeTreeElement() {};
83 inline DecodeTreeElement::DecodeTreeElement() function in class:DecodeTreeElement
92 inline void DecodeTreeElement::SetDecoderElement(const std::string &name, IDecoderMngr *dcdMngr, TraceComponent *pHandle, bool bCreated)
103 inline void DecodeTreeElement::DestroyElem()
H A Docsd_dcd_tree.h177 DecodeTreeElement *getDecoderElement(const uint8_t CSID) const;
185 DecodeTreeElement *getFirstElement(uint8_t &elemID);
191 DecodeTreeElement *getNextElement(uint8_t &elemID);
382 DecodeTreeElement *m_decode_elements[0x80];
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp133 DecodeTreeElement *pElem = 0;
146 DecodeTreeElement *pElem = 0;
160 DecodeTreeElement *pElem = 0;
444 DecodeTreeElement * DecodeTree::getDecoderElement(const uint8_t CSID) const
446 DecodeTreeElement *ret_elem = 0;
456 DecodeTreeElement *DecodeTree::getFirstElement(uint8_t &elemID)
462 DecodeTreeElement *DecodeTree::getNextElement(uint8_t &elemID)
464 DecodeTreeElement *ret_elem = 0;
515 m_decode_elements[CSID] = new (std::nothrow) DecodeTreeElement();
566 DecodeTreeElement *pElemen
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp198 DecodeTreeElement *pElem = pDT->getDecoderElement(CSID);

Completed in 107 milliseconds