Lines Matching refs:SetErrorStringWithFormat
126 … error.SetErrorStringWithFormat("invalid register value type for register %s", reg_info->name); in GetAsMemoryData()
153 … error.SetErrorStringWithFormat("failed to copy data for register write of %s", reg_info->name); in GetAsMemoryData()
189 …error.SetErrorStringWithFormat ("register buffer is too small to receive %u bytes of data.", src_l… in SetFromMemoryData()
197 …error.SetErrorStringWithFormat("%u bytes is too big to store in register %s (%u bytes)", src_len, … in SetFromMemoryData()
212 … error.SetErrorStringWithFormat("invalid register value type for register %s", reg_info->name); in SetFromMemoryData()
229 … error.SetErrorStringWithFormat("failed to copy data for register write of %s", reg_info->name); in SetFromMemoryData()
472 … error.SetErrorStringWithFormat ("'%s' is not a valid unsigned integer string value", value_str); in SetValueFromCString()
474 …error.SetErrorStringWithFormat ("value 0x%" PRIx64 " is too large to fit in a %u byte unsigned int… in SetValueFromCString()
478 … error.SetErrorStringWithFormat ("unsupported unsigned integer byte size: %u", byte_size); in SetValueFromCString()
483 … error.SetErrorStringWithFormat ("unsupported unsigned integer byte size: %u", byte_size); in SetValueFromCString()
493 … error.SetErrorStringWithFormat ("'%s' is not a valid signed integer string value", value_str); in SetValueFromCString()
495 …error.SetErrorStringWithFormat ("value 0x%" PRIx64 " is too large to fit in a %u byte signed integ… in SetValueFromCString()
499 … error.SetErrorStringWithFormat ("unsupported signed integer byte size: %u", byte_size); in SetValueFromCString()
504 … error.SetErrorStringWithFormat ("unsupported signed integer byte size: %u", byte_size); in SetValueFromCString()
515 … error.SetErrorStringWithFormat ("'%s' is not a valid float string value", value_str); in SetValueFromCString()
522 … error.SetErrorStringWithFormat ("'%s' is not a valid float string value", value_str); in SetValueFromCString()
529 … error.SetErrorStringWithFormat ("'%s' is not a valid float string value", value_str); in SetValueFromCString()
533 error.SetErrorStringWithFormat ("unsupported float byte size: %u", byte_size); in SetValueFromCString()