Home
last modified time | relevance | path

Searched refs:SetStringValue (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h382 SetStringValue (const char *new_value);
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp558 OptionValue::SetStringValue (const char *new_value) in SetStringValue() function in OptionValue
HDOptionValueProperties.cpp551 return value->SetStringValue(new_value); in SetPropertyAtIndexAsString()