Searched defs:rdbuf (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/class.derived/class.member.lookup/
H A Dp6.cpp36 struct BaseIO { BaseIO* rdbuf() { return 0; } }; function in struct:BaseIO
37 struct Pcommon : virtual BaseIO { int rdbuf() { return 0; } }; function in struct:Pcommon
40 void f() { P p; p.rdbuf(); }
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h262 rdbuf() const function in class:gzifstream
351 rdbuf() const function in class:gzofstream
442 (gzs.rdbuf())->setcompression(l, s);
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp255 ios( gzfilestream_common::rdbuf() )
286 gzfilebuf *gzfilestream_common::rdbuf() function in class:gzfilestream_common
292 ios( gzfilestream_common::rdbuf() )
298 ios( gzfilestream_common::rdbuf() )
304 ios( gzfilestream_common::rdbuf() )
312 ios( gzfilestream_common::rdbuf() )
318 ios( gzfilestream_common::rdbuf() )
324 ios( gzfilestream_common::rdbuf() )

Completed in 106 milliseconds