Searched refs:addElem (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_stack.cpp60 ocsd_err_t OcsdGenElemStack::addElem(const ocsd_trc_index_t trc_pkt_idx) function in class:OcsdGenElemStack
85 ocsd_err_t err = addElem(trc_pkt_idx);
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_gen_elem_stack.h55 ocsd_err_t addElem(const ocsd_trc_index_t trc_pkt_idx); //!< add elem to stack and set current.
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp681 err = m_out_elem.addElem(pElem->getRootIndex());
1101 if ((err = m_out_elem.addElem(pElem->getRootIndex())) != OCSD_OK)
1164 err = m_out_elem.addElem(pElem->getRootIndex());
1236 if ((err = m_out_elem.addElem(excep_pkt_index)))
1245 if ((err = m_out_elem.addElem(excep_pkt_index)))
1295 if ((err = m_out_elem.addElem(excep_pkt_index)))
1308 if ((err = m_out_elem.addElem(excep_pkt_index)))
1378 if ((err = m_out_elem.addElem(pQElem->getRootIndex())))

Completed in 100 milliseconds