Home
last modified time | relevance | path

Searched refs:iostreams (Results 1 – 25 of 64) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp27 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 Dconcept_adapter.hpp32 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 Dnon_blocking_adapter.hpp17 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 Dclose.hpp35 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 Dpipeline.hpp27 ::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 Dtraits.hpp46 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 Dchecked_operations.hpp29 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 Dstream.hpp26 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 Dstream_buffer.hpp31 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 Dread.hpp29 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 Doperations_fwd.hpp18 namespace boost { namespace iostreams { namespace
H A Dconstants.hpp31 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 Dpush.hpp52 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 Dexecute.hpp46 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 Dselect_by_size.hpp92 namespace boost { namespace iostreams { namespace detail { namespace
112 namespace boost { namespace iostreams { namespace detail { \
139 ( ::boost::iostreams::detail::select_by_size< \
H A Dforward.hpp45 { 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 Dbuffer.hpp26 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 Denable_if_stream.hpp22 , 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 Ddispatch.hpp21 namespace boost { namespace iostreams {namespace detail { namespace
29 : iostreams::select< // Disambiguation for Tru64.
H A Dios.hpp30 namespace boost { namespace iostreams { namespace detail { namespace
51 #define BOOST_IOSTREAMS_FAILURE boost::iostreams::detail::failure
H A Dfunctional.hpp27 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 Dchar_traits.hpp31 # define BOOST_IOSTREAMS_CHAR_TRAITS(ch) boost::iostreams::detail::char_traits
33 namespace boost { namespace iostreams { namespace detail { namespace
H A Dis_iterator_range.hpp24 namespace iostreams { namespace
H A Dcall_traits.hpp18 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 Diterator_source.hpp27 typedef boost::iostreams::seekable_device_tag category;
63 std::streampos seek(boost::iostreams::stream_offset, std::ios_base::seekdir way) in seek()

123