Searched refs:err_stream (Results 1 – 1 of 1) sorted by relevance
227 std::stringstream err_stream; in PopulateBounds() local228 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() local248 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() local263 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[all …]