Lines Matching refs:fail_value
323 const ExecutionContext *exe_ctx, uint32_t idx, bool fail_value) const { in GetPropertyAtIndexAsBoolean()
328 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
330 return fail_value; in GetPropertyAtIndexAsBoolean()
356 const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const { in GetPropertyAtIndexAsEnumeration()
361 return value->GetEnumerationValue(fail_value); in GetPropertyAtIndexAsEnumeration()
363 return fail_value; in GetPropertyAtIndexAsEnumeration()
448 const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const { in GetPropertyAtIndexAsSInt64()
453 return value->GetSInt64Value(fail_value); in GetPropertyAtIndexAsSInt64()
455 return fail_value; in GetPropertyAtIndexAsSInt64()
471 llvm::StringRef fail_value) const { in GetPropertyAtIndexAsString()
476 return value->GetStringValue(fail_value); in GetPropertyAtIndexAsString()
478 return fail_value; in GetPropertyAtIndexAsString()
501 const ExecutionContext *exe_ctx, uint32_t idx, uint64_t fail_value) const { in GetPropertyAtIndexAsUInt64()
506 return value->GetUInt64Value(fail_value); in GetPropertyAtIndexAsUInt64()
508 return fail_value; in GetPropertyAtIndexAsUInt64()