Searched refs:fErrorString (Results 1 – 6 of 6) sorted by relevance
109 result.fErrorString = "Model failed: source image format."; in CheckAgainstModel()113 result.fErrorString = "Model failed: empty source image"; in CheckAgainstModel()128 result.fErrorString = "Model missing"; in CheckAgainstModel()132 result.fErrorString = "Model has mismatched data."; in CheckAgainstModel()137 result.fErrorString = "Model data does not match source size."; in CheckAgainstModel()
38 std::string fErrorString; // if non-empty, an error occured. member
308 if (!modelResult.fErrorString.empty()) { in evaluateGM()309 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()
108 result.fErrorString = "Model failed: source image format."; in CheckAgainstModel()112 result.fErrorString = "Model failed: empty source image"; in CheckAgainstModel()127 result.fErrorString = "Model missing"; in CheckAgainstModel()131 result.fErrorString = "Model has mismatched data."; in CheckAgainstModel()136 result.fErrorString = "Model data does not match source size."; in CheckAgainstModel()
319 if (!modelResult.fErrorString.empty()) { in evaluateGM()320 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()