Lines Matching refs:msg
257 std::string msg("no "); in CheckIterationResult() local
259 msg.append("log_file_number, "); in CheckIterationResult()
262 msg.append("next_file_number, "); in CheckIterationResult()
265 msg.append("last_sequence, "); in CheckIterationResult()
267 msg = msg.substr(0, msg.size() - 2); in CheckIterationResult()
268 msg.append(" entry in MANIFEST"); in CheckIterationResult()
269 *s = Status::Corruption(msg); in CheckIterationResult()
272 std::string msg; in CheckIterationResult() local
274 msg.append(", "); in CheckIterationResult()
275 msg.append(cf.second); in CheckIterationResult()
277 msg = msg.substr(2); in CheckIterationResult()
278 *s = Status::InvalidArgument("Column families not opened: " + msg); in CheckIterationResult()