Home
last modified time | relevance | path

Searched refs:basic_null_device (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/iostreams/device/
Dnull.hpp24 class basic_null_device { class
43 struct basic_null_source : private basic_null_device<Ch, input> {
46 using basic_null_device<Ch, input>::read;
47 using basic_null_device<Ch, input>::close;
54 struct basic_null_sink : private basic_null_device<Ch, output> {
57 using basic_null_device<Ch, output>::write;
58 using basic_null_device<Ch, output>::close;
/third_party/boost/boost/iostreams/detail/adapter/
Dconcept_adapter.hpp91 (basic_null_device<char_type, seekable>*) 0); in seek()
100 { this->close(which, (basic_null_device<char_type, seekable>*) 0); } in close()
/third_party/boost/boost/iostreams/
Dchain.hpp328 stream_buffer< basic_null_device<Ch, Mode> > null; in close()
330 null.open(basic_null_device<Ch, Mode>()); in close()