Home
last modified time | relevance | path

Searched refs:linked_streambuf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dlinked_streambuf.hpp41 class linked_streambuf : public BOOST_IOSTREAMS_BASIC_STREAMBUF(Ch, Tr) { class
43 linked_streambuf() : flags_(0) { } in linked_streambuf() function in boost::iostreams::detail::linked_streambuf
89 virtual void set_next(linked_streambuf<Ch, Tr>* /* next */) { } in set_next()
H A Dindirect_streambuf.hpp51 : public linked_streambuf<BOOST_DEDUCED_TYPENAME char_type_of<T>::type, Tr>
61 typedef detail::linked_streambuf<char_type, traits_type> base_type;
62 typedef linked_streambuf<char_type, Tr> streambuf_type;
H A Ddirect_streambuf.hpp47 : public linked_streambuf<BOOST_DEDUCED_TYPENAME char_type_of<T>::type, Tr>
53 typedef linked_streambuf<char_type, traits_type> base_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dtraits.hpp124 class linked_streambuf;
144 BOOST_IOSTREAMS_BOOL_TRAIT_DEF(is_linked, linked_streambuf, 2)