Searched refs:expect_ (Results 1 – 1 of 1) sorted by relevance
30 void set_expect(FileOffset to) { expect_ = to; } in set_expect()34 if (enforceSequence_ && at != expect_) { in Read()37 static_cast<int>(maxBytes), static_cast<int>(expect_)); in Read()45 expect_ = at + result; in Read()50 if (enforceSequence_ && at != expect_) { in Write()53 static_cast<int>(expect_)); in Write()59 expect_ = at + bytes; in Write()67 FileOffset expect_{0}; member in Store