Searched refs:addElem (Results 1 – 3 of 3) sorted by relevance
61 ocsd_err_t OcsdGenElemStack::addElem(const ocsd_trc_index_t trc_pkt_idx) in addElem() function in OcsdGenElemStack86 ocsd_err_t err = addElem(trc_pkt_idx); in addElemType()
765 err = m_out_elem.addElem(pElem->getRootIndex()); in commitElements()1303 if ((err = m_out_elem.addElem(pElem->getRootIndex())) != OCSD_OK) in processAtom()1379 err = m_out_elem.addElem(pElem->getRootIndex()); in processAtom()1460 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1469 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1521 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1534 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1605 if ((err = m_out_elem.addElem(pQElem->getRootIndex()))) in processQElement()1787 err = m_out_elem.addElem(pElem->getRootIndex()); in processSourceAddress()1835 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.