Home
last modified time | relevance | path

Searched refs:basic_null_sink (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/
H A Dnull.hpp54 struct basic_null_sink : private basic_null_device<Ch, output> { struct
61 typedef basic_null_sink<char> null_sink;
62 typedef basic_null_sink<wchar_t> wnull_sink;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dconcept_adapter.hpp81 { return this->write(s, n, (basic_null_sink<char_type>*) 0); } in write()