Searched refs:_M_gptr (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_istream.c659 while (__buf->_M_egptr() != __buf->_M_gptr() && !__done) {
660 const _CharT* __first = __buf->_M_gptr();
950 while (__buf->_M_egptr() != __buf->_M_gptr() && !__at_eof && !__found_delim) {
951 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __buf->_M_egptr());
952 __buf->_M_gbump((int)(__p - __buf->_M_gptr()));
1050 while (__buf->_M_egptr() != __buf->_M_gptr() && !__done) {
1051 ptrdiff_t __avail = __buf->_M_egptr() - __buf->_M_gptr();
1055 const _CharT* __last = __buf->_M_gptr() + __STATIC_CAST(ptrdiff_t, __m);
1056 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __last);
1057 ptrdiff_t __chunk = __p - __buf->_M_gptr();
[all...]
H A D_streambuf.h103 char_type* _M_gptr() const { return gptr(); } function in class:basic_streambuf

Completed in 132 milliseconds