Lines Matching defs:new_value
278 bool OptionValue::SetBooleanValue(bool new_value) {
281 option_value->SetCurrentValue(new_value);
294 bool OptionValue::SetCharValue(char new_value) {
297 option_value->SetCurrentValue(new_value);
358 bool OptionValue::SetFormatValue(lldb::Format new_value) {
361 option_value->SetCurrentValue(new_value);
404 bool OptionValue::SetSInt64Value(int64_t new_value) {
407 option_value->SetCurrentValue(new_value);
420 bool OptionValue::SetStringValue(llvm::StringRef new_value) {
423 option_value->SetCurrentValue(new_value);
436 bool OptionValue::SetUInt64Value(uint64_t new_value) {
439 option_value->SetCurrentValue(new_value);