Lines Matching refs:oss

234 -    ostringstream oss;
235 - oss << "The " << name << " argument given, `" << s << "', cannot be parsed as"
238 - throw ICC_tool_exception(oss.str());
251 - ostringstream oss;
252 - oss << "The " << name << " argument given, `" << s << "', cannot be parsed as"
255 - throw ICC_tool_exception(oss.str());
270 - ostringstream oss;
271 - oss << "Could not access information for file `" << s << "': "
273 - throw ICC_tool_exception(oss.str());
288 - ostringstream oss;
289 - oss << "Could not access information for file `" << s << "': "
291 - throw ICC_tool_exception(oss.str());
371 - ostringstream oss;
372 - oss << "The " << name << " argument given, `" << s << "', is not the pathname"
376 - throw ICC_tool_exception(oss.str());
380 - ostringstream oss;
381 - oss << "The " << name << " argument given, `" << s << "', is not the pathname"
385 - throw ICC_tool_exception(oss.str());
389 - ostringstream oss;
390 - oss << "The " << name << " argument given, `" << s << "', is not the pathname"
393 - throw ICC_tool_exception(oss.str());
405 - ostringstream oss;
406 - oss << "The " << name << " argument given, `" << s << "', has a directory"
409 - throw ICC_tool_exception(oss.str());
418 - ostringstream oss;
419 - oss << "The " << name << " argument given, `" << s << "' is of an existing"
422 - throw ICC_tool_exception(oss.str());
425 - ostringstream oss;
426 - oss << "The " << name << " argument given, `" << s << "' is of an existing"
429 - throw ICC_tool_exception(oss.str());
563 + ostringstream oss;
564 + oss << "The " << name << " argument given, `" << s << "', cannot be parsed as"
567 + throw ICC_tool_exception(oss.str());
580 + ostringstream oss;
581 + oss << "The " << name << " argument given, `" << s << "', cannot be parsed as"
584 + throw ICC_tool_exception(oss.str());
599 + ostringstream oss;
600 + oss << "Could not access information for file `" << s << "': "
602 + throw ICC_tool_exception(oss.str());
617 + ostringstream oss;
618 + oss << "Could not access information for file `" << s << "': "
620 + throw ICC_tool_exception(oss.str());
700 + ostringstream oss;
701 + oss << "The " << name << " argument given, `" << s << "', is not the pathname"
705 + throw ICC_tool_exception(oss.str());
709 + ostringstream oss;
710 + oss << "The " << name << " argument given, `" << s << "', is not the pathname"
714 + throw ICC_tool_exception(oss.str());
718 + ostringstream oss;
719 + oss << "The " << name << " argument given, `" << s << "', is not the pathname"
722 + throw ICC_tool_exception(oss.str());
734 + ostringstream oss;
735 + oss << "The " << name << " argument given, `" << s << "', has a directory"
738 + throw ICC_tool_exception(oss.str());
747 + ostringstream oss;
748 + oss << "The " << name << " argument given, `" << s << "' is of an existing"
751 + throw ICC_tool_exception(oss.str());
754 + ostringstream oss;
755 + oss << "The " << name << " argument given, `" << s << "' is of an existing"
758 + throw ICC_tool_exception(oss.str());