HomeSort by relevance Sort by last modified time
    Searched refs:eback (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
readsome.pass.cpp 36 CharT* eback() const {return base::eback();} function in struct:testbuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 166 if (this->gptr() != this->eback() &&
180 if (this->eback() != _M_pback_buf)
186 _M_saved_eback = this->eback();
325 streamoff __iadj = _M_width * (this->gptr() - this->eback());
341 ptrdiff_t __ipos = this->gptr() - this->eback();
366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>()))
_streambuf.h 87 char_type* eback() const { return _M_gbegin; } // Beginning function in class:basic_streambuf
102 char_type* _M_eback() const { return eback(); }
177 // or when gptr() == eback(). All subclasses are expected to override
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 166 if (this->gptr() != this->eback() &&
180 if (this->eback() != _M_pback_buf)
186 _M_saved_eback = this->eback();
325 streamoff __iadj = _M_width * (this->gptr() - this->eback());
341 ptrdiff_t __ipos = this->gptr() - this->eback();
366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>()))
_streambuf.h 87 char_type* eback() const { return _M_gbegin; } // Beginning function in class:basic_streambuf
102 char_type* _M_eback() const { return eback(); }
177 // or when gptr() == eback(). All subclasses are expected to override
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 186 if (this->eback() < this->gptr()) {

Completed in 256 milliseconds

1 2 3 45