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()
665 err = m_out_elem.addElem(pElem->getRootIndex()); in commitElements()1079 if ((err = m_out_elem.addElem(pElem->getRootIndex())) != OCSD_OK) in processAtom()1142 err = m_out_elem.addElem(pElem->getRootIndex()); in processAtom()1214 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1223 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1273 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()1286 if ((err = m_out_elem.addElem(excep_pkt_index))) in processException()
55 … ocsd_err_t addElem(const ocsd_trc_index_t trc_pkt_idx); //!< add elem to stack and set current.