Searched refs:furthestAfter (Results 1 – 2 of 2) sorted by relevance
71 auto furthestAfter{std::max(furthestPositionInRecord, in Emit() local74 if (furthestAfter > static_cast<std::int64_t>(recordLength.value_or(0))) { in Emit()76 furthestAfter = recordLength.value_or(0); in Emit()77 bytes = std::max(std::int64_t{0}, furthestAfter - positionInRecord); in Emit()85 furthestPositionInRecord = furthestAfter; in Emit()
246 auto furthestAfter{std::max(furthestPositionInRecord, in Emit() local248 if (furthestAfter > recordLength.value_or(furthestAfter)) { in Emit()256 WriteFrame(frameOffsetInFile_, recordOffsetInFrame_ + furthestAfter, handler); in Emit()267 furthestPositionInRecord = furthestAfter; in Emit()274 auto furthestAfter{std::max(furthestPositionInRecord, in Receive() local276 if (furthestAfter > recordLength.value_or(furthestAfter)) { in Receive()283 auto need{recordOffsetInFrame_ + furthestAfter}; in Receive()291 furthestPositionInRecord = furthestAfter; in Receive()