Searched refs:BOOST_IOSTREAMS_ADAPT_STREAM (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | push.hpp | 51 #define BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, arg, helper, has_return) \ macro 63 { BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, sb, helper, has_return); } \ 68 BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, is, helper, has_return); } \ 73 BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, os, helper, has_return); } \ 77 { BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, io, helper, has_return); } \ 100 { BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, sb, helper, has_return); } \ 104 BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, is, helper, has_return); } \ 108 BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, os, helper, has_return); } \ 111 { BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, io, helper, has_return); } \
|