Home
last modified time | relevance | path

Searched defs:basic_bufferbuf (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/streams/
Dbufferstream.hpp64 class basic_bufferbuf class
78 explicit basic_bufferbuf(std::ios_base::openmode mode in basic_bufferbuf() function in boost::interprocess::basic_bufferbuf
85 explicit basic_bufferbuf(CharT *buf, std::size_t length, in basic_bufferbuf() function in boost::interprocess::basic_bufferbuf
/third_party/boost/libs/interprocess/test/
Dbufferstream_test.cpp19 template class basic_bufferbuf<char>; variable