Searched refs:addElem (Results 1 – 3 of 3) sorted by relevance
60 ocsd_err_t OcsdGenElemStack::addElem(const ocsd_trc_index_t trc_pkt_idx) in addElem() function in OcsdGenElemStack85 ocsd_err_t err = addElem(trc_pkt_idx); in addElemType()
751 err = m_out_elem.addElem(pElem->getRootIndex()); in commitElements()1253 if ((err = m_out_elem.addElem(pElem->getRootIndex())) != OCSD_OK) in processAtom()1328 err = m_out_elem.addElem(pElem->getRootIndex()); in processAtom()1407 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1416 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1468 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1481 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1552 if ((err = m_out_elem.addElem(pQElem->getRootIndex()))) in processQElement()1734 err = m_out_elem.addElem(pElem->getRootIndex()); in processSourceAddress()1782 m_out_elem.addElem(pElem->getRootIndex()); in processSourceAddress()
55 … ocsd_err_t addElem(const ocsd_trc_index_t trc_pkt_idx); //!< add elem to stack and set current.