Home
last modified time | relevance | path

Searched refs:basic_null_source (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.hpp43 struct basic_null_source : private basic_null_device<Ch, input> { struct
50 typedef basic_null_source<char> null_source;
51 typedef basic_null_source<wchar_t> wnull_source;
/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.hpp74 { return this->read(s, n, (basic_null_source<char_type>*) 0); } in read()