Home
last modified time | relevance | path

Searched refs:pubsync (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
Dpubsync.pass.cpp31 assert(t.pubsync() == 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf43 int pubsync();
144 int pubsync();
271 basic_streambuf<_CharT, _Traits>::pubsync()
Dostream250 if (__os_.rdbuf()->pubsync() == -1)
1129 if (this->rdbuf()->pubsync() == -1)
Distream1323 if (this->rdbuf()->pubsync() == -1)
Dlocale4596 if (__bufptr_->pubsync())
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h153 int pubsync() { return this->sync(); } in pubsync() function
D_ostream.h136 if (this->rdbuf()->pubsync() == -1) in flush()
D_istream.c481 if (__buf->pubsync() == -1) { in sync()