Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
Dcopy.hpp54 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl()
73 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl()
94 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl()
123 std::streamsize copy_impl( Source& src, Sink& snk, in copy_impl()
153 copy_operation(Source& src, Sink& snk, std::streamsize buffer_size) in copy_operation()
173 std::streamsize copy_impl(Source src, Sink snk, std::streamsize buffer_size) in copy_impl()
194 copy( const Source& src, const Sink& snk, in copy()
209 copy( Source& src, const Sink& snk, in copy()
224 copy( const Source& src, Sink& snk, in copy()
238 copy( Source& src, Sink& snk, in copy()
Dtee.hpp75 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
91 bool flush(Sink& snk) in flush()
207 tee_filter<Sink> tee(Sink& snk) in tee()
211 tee_filter<Sink> tee(const Sink& snk) in tee()
Dcombine.hpp111 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
115 void close(Sink& snk, BOOST_IOS::openmode which) in close()
204 (const Source& src, const Sink& snk) in combined_device()
Dclose.hpp63 void close_all(T& t, Sink& snk) in close_all()
107 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
Dflush.hpp44 bool flush(T& t, Sink& snk) in flush()
Dwrite.hpp53 write( T& t, Sink& snk, const typename char_type_of<T>::type* s, in write()
Dinvert.hpp87 filtered_array_sink snk(filter(), array_sink(s, n)); in read() local
Dcompose.hpp170 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
/third_party/boost/boost/iostreams/filter/
Dsymmetric.hpp141 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
160 void close(Sink& snk, BOOST_IOS::openmode mode) in close()
218 bool flush(Sink& snk) in flush()
226 bool flush(Sink& snk, mpl::true_) in flush()
Dline.hpp92 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
121 void close(Sink& snk, BOOST_IOS::openmode which) in close()
178 bool write_line(Sink& snk) in write_line()
Dcounter.hpp61 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
Dgrep.hpp61 void close(Sink& snk, BOOST_IOS::openmode which) in close()
Dgzip.hpp236 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
251 void close(Sink& snk, BOOST_IOS::openmode m) in close()
417 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
/third_party/boost/boost/iostreams/detail/
Dfunctional.hpp50 filter_close_operation(T& t, Sink& snk, BOOST_IOS::openmode which) in filter_close_operation()
68 call_close(T& t, Sink& snk, BOOST_IOS::openmode which) in call_close()
89 filter_close_all_operation(T& t, Sink& snk) : t_(t), snk_(snk) { } in filter_close_all_operation()
103 call_close_all(T& t, Sink& snk) in call_close_all()
Drestrict_impl.hpp159 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
/third_party/boost/boost/iostreams/detail/adapter/
Dmode_adapter.hpp63 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
Dconcept_adapter.hpp84 std::streamsize write(const char_type* s, std::streamsize n, Sink* snk) in write()