Lines Matching refs:fail_value
20 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value, bool *success_ptr) { in GetUInt64Value() argument
35 return fail_value; in GetUInt64Value()
274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue()
278 return fail_value; in GetBooleanValue()
290 char OptionValue::GetCharValue(char fail_value) const { in GetCharValue()
294 return fail_value; in GetCharValue()
306 int64_t OptionValue::GetEnumerationValue(int64_t fail_value) const { in GetEnumerationValue()
310 return fail_value; in GetEnumerationValue()
345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue()
349 return fail_value; in GetFormatValue()
362 OptionValue::GetLanguageValue(lldb::LanguageType fail_value) const { in GetLanguageValue()
366 return fail_value; in GetLanguageValue()
392 int64_t OptionValue::GetSInt64Value(int64_t fail_value) const { in GetSInt64Value()
396 return fail_value; in GetSInt64Value()
408 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue()
412 return fail_value; in GetStringValue()
424 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value) const { in GetUInt64Value()
428 return fail_value; in GetUInt64Value()