Home
last modified time | relevance | path

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

/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp21 struct my_streambuf : public std::basic_streambuf<Char,Traits> { struct
25 my_streambuf() {} in my_streambuf() argument
32 my_streambuf<char> buf; in main() argument