Searched defs:SetCurrentValue (Results 1 – 14 of 14) sorted by relevance
48 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
51 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
49 void SetCurrentValue(const char *value) { in SetCurrentValue() function
55 void SetCurrentValue(const FileSpecList &value) { in SetCurrentValue() function
51 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
53 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
74 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
57 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
61 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
67 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
64 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
62 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
67 bool SetCurrentValue(uint64_t value) { in SetCurrentValue() function
120 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString