Searched refs:where_to (Results 1 – 1 of 1) sorted by relevance
44 print_escaped( std::ostream& where_to, const_string value ) in print_escaped() argument60 where_to << '&' << ref << ';'; in print_escaped()62 where_to << c; in print_escaped()69 print_escaped( std::ostream& where_to, std::string const& value ) in print_escaped() argument71 print_escaped( where_to, const_string( value ) ); in print_escaped()78 print_escaped( std::ostream& where_to, T const& value ) in print_escaped() argument80 where_to << value; in print_escaped()