Searched refs:overLapRange (Results 1 – 4 of 4) sorted by relevance
119 virtual const bool overLapRange(const TrcMemAccessorBase *p_test_acc) const;205 inline const bool TrcMemAccessorBase::overLapRange(const TrcMemAccessorBase *p_test_acc) const in overLapRange() function
165 virtual const bool overLapRange(const TrcMemAccessorBase *p_test_acc) const;
345 const bool TrcMemAccessorFile::overLapRange(const TrcMemAccessorBase *p_test_acc) const in overLapRange() function in TrcMemAccessorFile349 bOverLapRange = TrcMemAccessorBase::overLapRange(p_test_acc); in overLapRange()357 bOverLapRange = (*it)->overLapRange(p_test_acc); in overLapRange()
202 if( ((*it)->overLapRange(p_accessor)) && in AddAccessor()