Home
last modified time | relevance | path

Searched refs:m_value_was_set (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h62 OptionValue() : m_value_was_set(false) {} in OptionValue()
301 bool OptionWasSet() const { return m_value_was_set; } in OptionWasSet()
303 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet()
322 bool m_value_was_set; // This can be used to see if a value has been set variable
DOptionValueArch.h52 m_value_was_set = false; in Clear()
71 m_value_was_set = true; in SetCurrentValue()
DOptionValueFileSpec.h46 m_value_was_set = false; in Clear()
67 m_value_was_set = true; in SetCurrentValue()
DOptionValuePathMappings.h40 m_value_was_set = false; in Clear()
DOptionValueUUID.h41 m_value_was_set = false; in Clear()
DOptionValueChar.h43 m_value_was_set = false; in Clear()
DOptionValueLanguage.h46 m_value_was_set = false; in Clear()
DOptionValueRegex.h41 m_value_was_set = false; in Clear()
DOptionValueBoolean.h42 m_value_was_set = false; in Clear()
DOptionValueFormat.h43 m_value_was_set = false; in Clear()
DOptionValueEnumeration.h52 m_value_was_set = false; in Clear()
DOptionValueFileSpecList.h45 m_value_was_set = false; in Clear()
DOptionValueUInt64.h52 m_value_was_set = false; in Clear()
DOptionValueDictionary.h40 m_value_was_set = false; in Clear()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueFormatEntity.cpp35 m_value_was_set = false; in Clear()
98 m_value_was_set = true; in SetValueFromString()
DOptionValueString.cpp25 if (!m_current_value.empty() || m_value_was_set) { in DumpValue()
108 m_value_was_set = true; in SetValueFromString()
DOptionValueChar.cpp48 m_value_was_set = true; in SetValueFromString()
DOptionValueFormat.cpp43 m_value_was_set = true; in SetValueFromString()
DOptionValueRegex.cpp51 m_value_was_set = true; in SetValueFromString()
DOptionValueArch.cpp49 m_value_was_set = true; in SetValueFromString()
DOptionValueSInt64.cpp49 m_value_was_set = true; in SetValueFromString()
DOptionValueUInt64.cpp52 m_value_was_set = true; in SetValueFromString()
DOptionValueBoolean.cpp47 m_value_was_set = true; in SetValueFromString()
DOptionValueLanguage.cpp47 m_value_was_set = true; in SetValueFromString()
DOptionValueUUID.cpp45 m_value_was_set = true; in SetValueFromString()

12