/third_party/boost/boost/iostreams/ |
D | copy.hpp | 54 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()
|
D | tee.hpp | 75 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()
|
D | combine.hpp | 111 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()
|
D | close.hpp | 63 void close_all(T& t, Sink& snk) in close_all() 107 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
|
D | flush.hpp | 44 bool flush(T& t, Sink& snk) in flush()
|
D | write.hpp | 53 write( T& t, Sink& snk, const typename char_type_of<T>::type* s, in write()
|
D | invert.hpp | 87 filtered_array_sink snk(filter(), array_sink(s, n)); in read() local
|
D | compose.hpp | 170 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
|
/third_party/boost/boost/iostreams/filter/ |
D | symmetric.hpp | 141 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()
|
D | line.hpp | 92 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()
|
D | counter.hpp | 61 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
|
D | grep.hpp | 61 void close(Sink& snk, BOOST_IOS::openmode which) in close()
|
D | gzip.hpp | 236 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/ |
D | functional.hpp | 50 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()
|
D | restrict_impl.hpp | 159 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | mode_adapter.hpp | 63 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
|
D | concept_adapter.hpp | 84 std::streamsize write(const char_type* s, std::streamsize n, Sink* snk) in write()
|