HomeSort by relevance Sort by last modified time
    Searched full:m_append (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Interpreter/
OptionGroupOutputFile.cpp 23 m_append (false, false)
65 m_append.SetCurrentValue(true);
80 m_append.Clear();
  /external/lldb/include/lldb/Interpreter/
OptionGroupOutputFile.h 59 return m_append;
65 return m_file.OptionWasSet() || m_append.OptionWasSet();
70 OptionValueBoolean m_append; member in class:lldb_private::OptionGroupOutputFile

Completed in 97 milliseconds