Searched refs:GetErrorText (Results 1 – 3 of 3) sorted by relevance
/external/image_io/src/base/ |
D | data_context.cc | 28 return GetErrorText(ss.str(), ""); in GetInvalidLocationAndRangeErrorText() 31 std::string DataContext::GetErrorText( in GetErrorText() function in photos_editing_formats::image_io::DataContext 35 return GetErrorText(none, none, error_description, expectation_description); in GetErrorText() 38 std::string DataContext::GetErrorText( in GetErrorText() function in photos_editing_formats::image_io::DataContext
|
D | data_scanner.cc | 95 context.GetErrorText({}, {GetDescription()}, error_description, "")); in SetInternalError() 103 context.GetErrorText(error_description, GetDescription())); in SetSyntaxError()
|
/external/image_io/includes/image_io/base/ |
D | data_context.h | 92 std::string GetErrorText(const std::string& error_description, 105 std::string GetErrorText(const std::list<std::string>& prefix_name_list,
|