| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/ |
| H A D | mode_adapter.hpp | 27 namespace boost { namespace iostreams { namespace detail { namespace 60 { return iostreams::read(t_, src, s, n); } in read() 64 { return iostreams::write(t_, snk, s, n); } in write() 68 { return iostreams::seek(t_, dev, off, way); } in seek() 73 { return iostreams::seek(t_, dev, off, way, which); } in seek() 81 { iostreams::close(t_, dev, which); } in close() 85 { iostreams::imbue(t_, loc); } in imbue() 95 { return boost::iostreams::read(t_, s, n); } in read() 100 { return boost::iostreams::write(t_, s, n); } in write() 105 { return boost::iostreams::seek(t_, off, way, which); } in seek() [all …]
|
| H A D | concept_adapter.hpp | 32 namespace boost { namespace iostreams { namespace detail { namespace 116 void imbue(const Locale& loc) { iostreams::imbue(t_, loc); } in imbue() 119 { return iostreams::optimal_buffer_size(t_); } in optimal_buffer_size() 153 return iostreams::seek(dev, off, way, which); in seek() 158 { iostreams::close(dev, which); } in close() 162 { return iostreams::flush(dev); } in flush() 172 { return iostreams::read(dev, s, n); } in read() 194 { return iostreams::write(dev, s, n); } in write() 243 { iostreams::close(f, *dev, which); } in close() 247 { return iostreams::flush(f, *dev); } in flush() [all …]
|
| H A D | non_blocking_adapter.hpp | 17 namespace boost { namespace iostreams { namespace 31 std::streamsize amt = iostreams::read(device_, s, n); in read() 43 iostreams::write(device_, s + result, n - result); in write() 54 { return iostreams::seek(device_, off, way, which); } in seek()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | close.hpp | 35 namespace boost { namespace iostreams { namespace 52 boost::iostreams::close(t, BOOST_IOS::in); in close_all() 55 boost::iostreams::close(t, BOOST_IOS::out); in close_all() 59 boost::iostreams::close(t, BOOST_IOS::out); in close_all() 66 boost::iostreams::close(t, snk, BOOST_IOS::in); in close_all() 69 boost::iostreams::close(t, snk, BOOST_IOS::out); in close_all() 73 boost::iostreams::close(t, snk, BOOST_IOS::out); in close_all() 80 namespace boost { namespace iostreams { namespace 132 iostreams::select< 170 iostreams::flush(t); in close() [all …]
|
| H A D | pipeline.hpp | 27 ::boost::iostreams::pipeline< \ 28 ::boost::iostreams::detail::pipeline_segment< \ 35 typedef ::boost::iostreams::detail::pipeline_segment< \ 38 return ::boost::iostreams::pipeline<segment, Component> \ 43 namespace boost { namespace iostreams { namespace
|
| H A D | traits.hpp | 46 namespace boost { namespace iostreams { namespace 127 boost::iostreams::stream, 130 boost::iostreams::stream_buffer, 133 boost::iostreams::filtering_stream, 136 boost::iostreams::wfiltering_stream, 139 boost::iostreams::filtering_streambuf, 142 boost::iostreams::filtering_wstreambuf, 235 iostreams::select< // Disambiguation for Tru64
|
| H A D | checked_operations.hpp | 29 namespace boost { namespace iostreams { namespace 89 { return iostreams::get(t); } in get() 94 { return iostreams::read(t, s, n); } in read() 123 { return iostreams::put(t, c); } in put() 129 { return iostreams::write(t, s, n); } in write() 140 { return iostreams::seek(t, off, way, which); } in seek()
|
| H A D | stream.hpp | 26 namespace boost { namespace iostreams { namespace detail { namespace 34 iostreams::select< // Disambiguation required for Tru64. 46 iostreams::select< // Disambiguation required for Tru64. 93 namespace boost { namespace iostreams { namespace
|
| H A D | stream_buffer.hpp | 31 namespace boost { namespace iostreams { namespace detail { namespace 52 namespace boost { namespace iostreams { namespace 70 BOOST_DEDUCED_TYPENAME iostreams::category_of<T>::type, Mode
|
| H A D | read.hpp | 29 namespace boost { namespace iostreams { namespace 133 typedef iostreams::char_traits<char_type> traits_type; in get() 157 typedef iostreams::char_traits<char_type> traits_type; in putback() 169 typedef iostreams::char_traits<char_type> traits_type; in get() 222 typedef iostreams::char_traits<char_type> traits_type; in read()
|
| H A D | operations_fwd.hpp | 18 namespace boost { namespace iostreams { namespace
|
| H A D | constants.hpp | 31 namespace boost { namespace iostreams { namespace
|
| /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 | 52 this->helper( ::boost::iostreams::detail::resolve<mode, ch>(arg) \ 82 this->helper( ::boost::iostreams::detail::range_adapter< \ 88 name(const ::boost::iostreams::pipeline<Pipeline, Concept>& p) \ 93 { this->helper( ::boost::iostreams::detail::resolve<mode, ch>(t) \ 116 this->helper( ::boost::iostreams::detail::range_adapter< \ 122 name(const ::boost::iostreams::pipeline<Pipeline, Concept>& p) \ 127 { this->helper( ::boost::iostreams::detail::resolve<mode, ch>(t) \ 140 { this->helper( ::boost::iostreams::detail::resolve<mode, ch>(t) \ 147 ( ::boost::iostreams::detail::is_pipeline<T>(), \
|
| H A D | execute.hpp | 46 namespace boost { namespace iostreams { namespace detail { namespace 96 r = boost::iostreams::detail::execute_all( \ 125 boost::iostreams::detail::execute_foreach(first, last, op); in execute_foreach() 130 return boost::iostreams::detail::execute_foreach(first, last, op); in execute_foreach()
|
| H A D | select_by_size.hpp | 92 namespace boost { namespace iostreams { namespace detail { namespace 112 namespace boost { namespace iostreams { namespace detail { \ 139 ( ::boost::iostreams::detail::select_by_size< \
|
| H A D | forward.hpp | 45 { this->impl(::boost::iostreams::detail::wrap(t) args()); } \ 47 { this->impl(::boost::iostreams::detail::wrap(t) args()); } \ 51 { this->impl(::boost::iostreams::detail::wrap(t) args()); } \ 53 { this->impl(::boost::iostreams::detail::wrap(t) args()); } \
|
| H A D | buffer.hpp | 26 namespace boost { namespace iostreams { namespace detail { namespace 81 typedef iostreams::char_traits<Ch> traits_type; 108 iostreams::read(src, this->data() + keep, this->size() - keep); in fill() 125 std::streamsize result = iostreams::write_if(dest, ptr_, amt); in flush()
|
| H A D | enable_if_stream.hpp | 22 , typename boost::enable_if< boost::iostreams::is_std_io<T> >::type* = 0 \ 25 , typename boost::disable_if< boost::iostreams::is_std_io<T> >::type* = 0 \
|
| H A D | dispatch.hpp | 21 namespace boost { namespace iostreams {namespace detail { namespace 29 : iostreams::select< // Disambiguation for Tru64.
|
| H A D | ios.hpp | 30 namespace boost { namespace iostreams { namespace detail { namespace 51 #define BOOST_IOSTREAMS_FAILURE boost::iostreams::detail::failure
|
| H A D | functional.hpp | 27 namespace boost { namespace iostreams { namespace detail { namespace 39 void operator()() const { boost::iostreams::close(t_, which_); } in operator ()() 53 void operator()() const { boost::iostreams::close(t_, snk_, which_); } in operator ()()
|
| H A D | char_traits.hpp | 31 # define BOOST_IOSTREAMS_CHAR_TRAITS(ch) boost::iostreams::detail::char_traits 33 namespace boost { namespace iostreams { namespace detail { namespace
|
| H A D | is_iterator_range.hpp | 24 namespace iostreams { namespace
|
| H A D | call_traits.hpp | 18 namespace boost { namespace iostreams { namespace detail { namespace
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/stream/detail/ |
| H A D | iterator_source.hpp | 27 typedef boost::iostreams::seekable_device_tag category; 63 std::streampos seek(boost::iostreams::stream_offset, std::ios_base::seekdir way) in seek()
|