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