OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_manip
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
custom_manip.hpp
45
template<typename Uniq> struct
custom_manip
{};
struct in namespace:boost::unit_test
50
inline custom_printer<
custom_manip
<Uniq> >
51
operator<<( std::ostream& ostr,
custom_manip
<Uniq> const& ) { return custom_printer<
custom_manip
<Uniq> >( ostr ); }
xml_printer.hpp
21
#include <boost/test/utils/
custom_manip
.hpp>
85
typedef
custom_manip
<struct attr_value_t> attr_value;
100
typedef
custom_manip
<struct cdata_t> cdata;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
plain_report_formatter.ipp
20
#include <boost/test/utils/
custom_manip
.hpp>
47
typedef
custom_manip
<struct quote_t> quote;
Completed in 154 milliseconds