Searched refs:err_stream (Results 1 – 1 of 1) sorted by relevance
226 std::stringstream err_stream; in PopulateBounds() local227 err_stream << "too many padding sections on " << edge_name << " border"; in PopulateBounds()228 *out_err = err_stream.str(); in PopulateBounds()246 std::stringstream err_stream; in PopulateBounds() local247 err_stream << "too many layout bounds sections on " << edge_name << " border"; in PopulateBounds()248 *out_err = err_stream.str(); in PopulateBounds()260 std::stringstream err_stream; in PopulateBounds() local261 err_stream << "layout bounds on " << edge_name << " border must start at edge"; in PopulateBounds()262 *out_err = err_stream.str(); in PopulateBounds()270 std::stringstream err_stream; in PopulateBounds() local[all …]