Lines Matching refs:smallest_seqno
41 if (a->fd.smallest_seqno != b->fd.smallest_seqno) { in NewestFirstBySeqNo()
42 return a->fd.smallest_seqno > b->fd.smallest_seqno; in NewestFirstBySeqNo()
245 if (f2->fd.smallest_seqno == f2->fd.largest_seqno) { in CheckConsistency()
247 SequenceNumber external_file_seqno = f2->fd.smallest_seqno; in CheckConsistency()
253 f1->fd.smallest_seqno, f1->fd.largest_seqno, in CheckConsistency()
257 NumberToString(f1->fd.smallest_seqno) + " " + in CheckConsistency()
263 } else if (f1->fd.smallest_seqno <= f2->fd.smallest_seqno) { in CheckConsistency()
267 f1->fd.smallest_seqno, f1->fd.largest_seqno, in CheckConsistency()
268 f2->fd.smallest_seqno, f2->fd.largest_seqno); in CheckConsistency()
270 "L0 files seqno " + NumberToString(f1->fd.smallest_seqno) + in CheckConsistency()
273 NumberToString(f2->fd.smallest_seqno) + " " + in CheckConsistency()