Searched refs:old_offset (Results 1 – 1 of 1) sorted by relevance
92 [[nodiscard]] Result<void> CheckOffset(uint32_t old_offset, uint32_t new_offset) { in CheckOffset() argument93 if (old_begin() + old_offset != old_cur()) in CheckOffset()94 return Errorf("Old offset mismatch: expected: 0x{:x}, actual: 0x{:x}", old_offset, in CheckOffset()