Lines Matching refs:smallest_seqno
99 fd.smallest_seqno = std::min(fd.smallest_seqno, seqno); in UpdateBoundaries()
205 PutVarint64Varint64(dst, f.fd.smallest_seqno, f.fd.largest_seqno); in EncodeTo()
342 SequenceNumber smallest_seqno = 0; in DecodeNewFile4From() local
347 GetVarint64(input, &smallest_seqno) && in DecodeNewFile4From()
419 FileDescriptor(number, path_id, file_size, smallest_seqno, largest_seqno); in DecodeNewFile4From()
546 SequenceNumber smallest_seqno = 0; in DecodeFrom() local
552 GetVarint64(&input, &smallest_seqno) && in DecodeFrom()
554 f.fd = FileDescriptor(number, 0, file_size, smallest_seqno, in DecodeFrom()
569 SequenceNumber smallest_seqno = 0; in DecodeFrom() local
575 GetVarint64(&input, &smallest_seqno) && in DecodeFrom()
577 f.fd = FileDescriptor(number, path_id, file_size, smallest_seqno, in DecodeFrom()