Home
last modified time | relevance | path

Searched refs:__pend (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h116 void setp(char_type* __pbegin, char_type* __pend) { in setp() argument
119 _M_pend = __pend; in setp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf180 void setp(char_type* __pbeg, char_type* __pend);
443 basic_streambuf<_CharT, _Traits>::setp(char_type* __pbeg, char_type* __pend)
446 __eout_ = __pend;