Lines Matching defs:out
733 String out; // output filename
3209 // TODO: figure out if this is indeed necessary/correct - seems like either there still
4793 // Are there enough bytes left to avoid accessing out-of-bounds memory?
4816 // Encoded value out of range
5492 std::ostream& operator<<(std::ostream& out, const Whitespace& ws) {
5494 out << std::setw(ws.nrSpaces) << ' ';
5495 return out;
5669 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "o, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "out=<string> "
6180 DOCTEST_PARSE_STR_OPTION("out", "o", out, "");
6284 // save the old context state in case such was setup - for using asserts out of a testing context
6299 if(p->out.size()) {
6300 fstr.open(p->out.c_str(), std::fstream::out);