Searched defs:setbuf (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
H A Dstdio_streambuf.cpp64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) { function in class:stdio_streambuf_base
H A Dstrstream.cpp187 strstreambuf::setbuf(char*, streamsize) { function in class:strstreambuf
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.c199 basic_streambuf<_CharT, _Traits>:: setbuf(char_type*, streamsize) function in class:_Traits
H A D_sstream.c256 // According to the C++ standard the effects of setbuf are implementation
257 // defined, except that setbuf(0, 0) has no effect. In this implementation,
258 // setbuf(<anything>, n), for n > 0, calls reserve(n) on the underlying
262 basic_stringbuf<_CharT, _Traits, _Alloc>::setbuf(_CharT*, streamsize __n) { function in class:_Alloc
H A D_fstream.c268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { function in class:_Traits

Completed in 99 milliseconds