Searched defs:SetCurrentValue (Results 1 – 15 of 15) sorted by relevance
51 void SetCurrentValue(const char *value) { in SetCurrentValue() function
52 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
50 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
59 void SetCurrentValue(const FileSpecList &value) { in SetCurrentValue() function
57 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
57 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
74 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
54 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
70 void SetCurrentValue(uint64_t value) { m_current_value = value; } in SetCurrentValue() function
64 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
71 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
68 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
71 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
124 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
302 void SetCurrentValue() { in SetCurrentValue() function