Home
last modified time | relevance | path

Searched defs:SetCurrentValue (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueRegex.h51 void SetCurrentValue(const char *value) { in SetCurrentValue() function
DOptionValueUUID.h52 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
DOptionValueFormatEntity.h50 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
DOptionValueFileSpecList.h59 void SetCurrentValue(const FileSpecList &value) { in SetCurrentValue() function
DOptionValueLanguage.h57 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
DOptionValueChar.h57 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
DOptionValueBoolean.h74 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
DOptionValueFormat.h54 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
DOptionValueUInt64.h70 void SetCurrentValue(uint64_t value) { m_current_value = value; } in SetCurrentValue() function
DOptionValueFileSpec.h64 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
DOptionValueEnumeration.h71 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
DOptionValueArch.h68 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
DOptionValueSInt64.h71 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
/external/llvm-project/lldb/source/Interpreter/
DOptionValueString.cpp124 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
/external/vulkan-validation-layers/layers/
Dsparse_containers.h302 void SetCurrentValue() { in SetCurrentValue() function