Searched refs:m_append (Results 1 – 4 of 4) sorted by relevance
35 const OptionValueBoolean &GetAppend() { return m_append; } in GetAppend()38 return m_file.OptionWasSet() || m_append.OptionWasSet(); in AnyOptionWasSet()43 OptionValueBoolean m_append; variable
17 : m_file(), m_append(false, false) {} in OptionGroupOutputFile()49 m_append.SetCurrentValue(true); in SetOptionValue()62 m_append.Clear(); in OptionParsingStarting()
349 m_append = true; in SetOptionValue()360 m_append = false; in OptionParsingStarting()369 bool m_append = false; member in CommandObjectSettingsWrite::CommandOptions378 if (m_options.m_append) in DoExecute()
2305 m_append = true; in SetOptionValue()2316 m_append = false; in OptionParsingStarting()2326 bool m_append = false; member in CommandObjectBreakpointWrite::CommandOptions2350 m_options.m_append); in DoExecute()