Searched refs:fErrorString (Results 1 – 6 of 6) sorted by relevance
107 result.fErrorString = "Model failed: source image format."; in CheckAgainstModel()111 result.fErrorString = "Model failed: empty source image"; in CheckAgainstModel()126 result.fErrorString = "Model missing"; in CheckAgainstModel()130 result.fErrorString = "Model has mismatched data."; in CheckAgainstModel()135 result.fErrorString = "Model data does not match source size."; in CheckAgainstModel()
38 std::string fErrorString; // if non-empty, an error occured. member
309 if (!modelResult.fErrorString.empty()) { in evaluateGM()310 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()