Home
last modified time | relevance | path

Searched refs:where_to (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dxml_printer.hpp44 print_escaped( std::ostream& where_to, const_string value ) in print_escaped() argument
60 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() argument
71 print_escaped( where_to, const_string( value ) ); in print_escaped()
78 print_escaped( std::ostream& where_to, T const& value ) in print_escaped() argument
80 where_to << value; in print_escaped()