HomeSort by relevance Sort by last modified time
    Searched refs:xsputn (Results 1 - 10 of 10) sorted by null

  /external/astl/include/
stdio_filebuf.h 51 virtual std::streamsize xsputn(const char_type* str, std::streamsize num);
streambuf 84 return this->xsputn(str, num);
126 virtual streamsize xsputn(const char_type* str, streamsize num);
sstream 84 virtual streamsize xsputn(const char_type* str, streamsize num);
  /external/astl/src/
stdio_filebuf.cpp 43 stdio_filebuf::xsputn(const std::streambuf::char_type* str, std::streamsize num) { function in class:android::stdio_filebuf
streambuf.cpp 42 streamsize streambuf::xsputn(const char_type* str, streamsize num) { function in class:std::streambuf
sstream.cpp 61 streamsize basic_stringbuf::xsputn(const char_type* str, streamsize num) { function in class:std::basic_stringbuf
  /external/stlport/stlport/stl/
_streambuf.h 186 virtual streamsize xsputn(const char_type* __s, streamsize __n);
205 { return this->xsputn(__s, __n); }
_sstream.h 86 virtual streamsize xsputn(const char_type* __s, streamsize __n);
_streambuf.c 84 basic_streambuf<_CharT, _Traits>::xsputn(const _CharT* __s, streamsize __n) function in class:_Traits
_sstream.c 170 basic_stringbuf<_CharT, _Traits, _Alloc>::xsputn(const char_type* __s, function in class:_Alloc

Completed in 641 milliseconds