Searched refs:relative_frame_offset (Results 1 – 1 of 1) sorted by relevance
241 relative_frame_offset = offset; in SetOptionValue()253 relative_frame_offset.reset(); in OptionParsingStarting()260 std::optional<int32_t> relative_frame_offset; member in CommandObjectFrameSelect::CommandOptions309 if (m_options.relative_frame_offset) { in DoExecute()315 if (*m_options.relative_frame_offset < 0) { in DoExecute()317 -*m_options.relative_frame_offset) in DoExecute()318 frame_idx += *m_options.relative_frame_offset; in DoExecute()328 } else if (*m_options.relative_frame_offset > 0) { in DoExecute()335 *m_options.relative_frame_offset) in DoExecute()336 frame_idx += *m_options.relative_frame_offset; in DoExecute()