Home
last modified time | relevance | path

Searched refs:p_test_acc (Results 1 – 3 of 3) sorted by relevance

/external/OpenCSD/decoder/include/mem_acc/
Dtrc_mem_acc_base.h119 virtual const bool overLapRange(const TrcMemAccessorBase *p_test_acc) const;
207 inline const bool TrcMemAccessorBase::overLapRange(const TrcMemAccessorBase *p_test_acc) const in overLapRange() argument
209 if( addrInRange(p_test_acc->m_startAddress) || in overLapRange()
210 addrInRange(p_test_acc->m_endAddress) in overLapRange()
Dtrc_mem_acc_file.h165 virtual const bool overLapRange(const TrcMemAccessorBase *p_test_acc) const;
/external/OpenCSD/decoder/source/mem_acc/
Dtrc_mem_acc_file.cpp345 const bool TrcMemAccessorFile::overLapRange(const TrcMemAccessorBase *p_test_acc) const in overLapRange()
349 bOverLapRange = TrcMemAccessorBase::overLapRange(p_test_acc); in overLapRange()
357 bOverLapRange = (*it)->overLapRange(p_test_acc); in overLapRange()