Home
last modified time | relevance | path

Searched refs:basic_pointerbuf (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/detail/
H A Dbasic_pointerbuf.hpp31 class basic_pointerbuf : public BufferT { class
34 typedef basic_pointerbuf<charT, BufferT> this_type;
42 basic_pointerbuf() : base_type() { setbuf(0, 0); } in basic_pointerbuf() function in boost::detail::basic_pointerbuf
63 basic_pointerbuf& operator=(const basic_pointerbuf&);
64 basic_pointerbuf(const basic_pointerbuf&);
69 basic_pointerbuf<charT, BufferT>::setbuf(char_type* s, streamsize n) in setbuf()
76 typename basic_pointerbuf<charT, BufferT>::pos_type
77 basic_pointerbuf<charT, BufferT>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_ba… in seekoff()
122 typename basic_pointerbuf<charT, BufferT>::pos_type
123 basic_pointerbuf<charT, BufferT>::seekpos(pos_type sp, ::std::ios_base::openmode which) in seekpos()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical_streams.hpp91 class basic_unlockedbuf : public basic_pointerbuf<CharT, BufferType> {
93 typedef basic_pointerbuf<CharT, BufferType> base_type;