Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValue.h340 SetStringValue (const char *new_value);
/external/lldb/source/Interpreter/
DOptionValue.cpp460 OptionValue::SetStringValue (const char *new_value) in SetStringValue() function in OptionValue
DOptionValueProperties.cpp528 return value->SetStringValue(new_value); in SetPropertyAtIndexAsString()