Home
last modified time | relevance | path

Searched refs:basic_buffer (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/detail/
H A Dbuffer.hpp39 class basic_buffer { class
47 basic_buffer();
48 basic_buffer(std::streamsize buffer_size);
49 ~basic_buffer();
55 void swap(basic_buffer& rhs);
58 basic_buffer(const basic_buffer&);
59 basic_buffer& operator=(const basic_buffer&);
65 void swap(basic_buffer<Ch, Alloc>& lhs, basic_buffer<Ch, Alloc>& rhs) in swap()
77 class buffer : public basic_buffer<Ch, Alloc> {
79 typedef basic_buffer<Ch, Alloc> base;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp59 typedef detail::basic_buffer<char_type, Alloc> buffer_type;