Lines Matching defs:reason
109 std::ostringstream reason;
110 reason << "Required " << requiredVS << " VS storage blocks but only " << blocksVS << " available."
112 OutputNotSupported(reason.str());
125 std::ostringstream reason;
126 reason << "Required " << requiredTCS << " TCS storage blocks but only " << blocksTCS << " available."
128 OutputNotSupported(reason.str());
141 std::ostringstream reason;
142 reason << "Required " << requiredTES << " TES storage blocks but only " << blocksTES << " available."
144 OutputNotSupported(reason.str());
157 std::ostringstream reason;
158 reason << "Required " << requiredGS << " GS storage blocks but only " << blocksGS << " available."
160 OutputNotSupported(reason.str());