Home
last modified time | relevance | path

Searched refs:RecordWithSeq (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord.h334 struct RecordWithSeq { struct
338 bool IsHappensBefore(const RecordWithSeq& other) const; argument
342 bool operator()(const RecordWithSeq& r1, const RecordWithSeq& r2);
345 RecordWithSeq CreateRecordWithSeq(Record *r);
353 std::priority_queue<RecordWithSeq, std::vector<RecordWithSeq>,
Drecord.cpp691 bool RecordCache::RecordWithSeq::IsHappensBefore(const RecordWithSeq& other) const { in IsHappensBefore()
709 bool RecordCache::RecordComparator::operator()(const RecordWithSeq& r1, in operator ()()
710 const RecordWithSeq& r2) { in operator ()()
768 RecordCache::RecordWithSeq RecordCache::CreateRecordWithSeq(Record *r) { in CreateRecordWithSeq()
769 RecordWithSeq result; in CreateRecordWithSeq()