Home
last modified time | relevance | path

Searched defs:print_log_value (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp316 struct print_log_value { struct
317 void operator()( std::ostream& ostr, T const& t ) in operator ()()
329 void set_precision( std::ostream& ostr, mpl::false_ ) in set_precision()
335 void set_precision( std::ostream&, mpl::true_ ) {} in set_precision()
353 struct print_log_value< T[N] > { struct
354 void operator()( std::ostream& ostr, T const* t ) in operator ()()
364 struct BOOST_TEST_DECL print_log_value<bool> { struct
365 void operator()( std::ostream& ostr, bool t ) in operator ()()
374 struct BOOST_TEST_DECL print_log_value<char> { struct
381 struct BOOST_TEST_DECL print_log_value<unsigned char> { struct
[all …]