Lines Matching refs:err_stream
227 std::stringstream err_stream; in PopulateBounds() local
228 err_stream << "too many padding sections on " << edge_name << " border"; in PopulateBounds()
229 *out_err = err_stream.str(); in PopulateBounds()
247 std::stringstream err_stream; in PopulateBounds() local
248 err_stream << "too many layout bounds sections on " << edge_name in PopulateBounds()
250 *out_err = err_stream.str(); in PopulateBounds()
262 std::stringstream err_stream; in PopulateBounds() local
263 err_stream << "layout bounds on " << edge_name in PopulateBounds()
265 *out_err = err_stream.str(); in PopulateBounds()
273 std::stringstream err_stream; in PopulateBounds() local
274 err_stream << "layout bounds on " << edge_name in PopulateBounds()
276 *out_err = err_stream.str(); in PopulateBounds()
498 std::stringstream err_stream; in Create() local
499 err_stream << "found unexpected optical bounds (red pixel) on top border " in Create()
501 *out_err = err_stream.str(); in Create()
514 std::stringstream err_stream; in Create() local
515 err_stream << "found unexpected optical bounds (red pixel) on left border " in Create()