Searched refs:RecordWithSeq (Results 1 – 2 of 2) sorted by relevance
334 struct RecordWithSeq { struct338 bool IsHappensBefore(const RecordWithSeq& other) const; argument342 bool operator()(const RecordWithSeq& r1, const RecordWithSeq& r2);345 RecordWithSeq CreateRecordWithSeq(Record *r);353 std::priority_queue<RecordWithSeq, std::vector<RecordWithSeq>,
691 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()