Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dsetbuf.pass.cpp30 struct filebuf : public std::basic_filebuf<CharT> { global() struct
37 ptrfilebuf buffered_request() argument
/llvm-project/libcxx/include/__fwd/
H A Dfstream.h30 using filebuf = basic_filebuf<char>; variable