HomeSort by relevance Sort by last modified time
    Searched full:eback (Results 126 - 150 of 216) sorted by null

1 2 3 4 56 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 36 CharT* eback() const {return base::eback();} function in struct:testbuf
read.pass.cpp 36 CharT* eback() const {return base::eback();} function in struct:testbuf
readsome.pass.cpp 36 CharT* eback() const {return base::eback();} function in struct:testbuf
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 28 assert(this->eback() == 0);
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 31 assert(base::eback() == gbeg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 28 assert(this->eback() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 31 assert(base::eback() == gbeg);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 228 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()),
252 if (_M_reading && this->egptr() == this->eback() && __remainder)
295 char_type* __iend = this->eback();
299 this->eback(),
300 this->eback() + __buflen, __iend);
305 traits_type::copy(this->eback(),
311 __ilen = __iend - this->eback();
367 if (this->eback() < this->gptr())
533 if (__n > 0 && this->gptr() == this->eback())
716 // corresponds to eback()
    [all...]
sstream.tcc 49 if (this->eback() < this->gptr())
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
202 const char_type* __beg = __testin ? this->eback() : this->pbase();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 228 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()),
252 if (_M_reading && this->egptr() == this->eback() && __remainder)
295 char_type* __iend = this->eback();
299 this->eback(),
300 this->eback() + __buflen, __iend);
305 traits_type::copy(this->eback(),
311 __ilen = __iend - this->eback();
367 if (this->eback() < this->gptr())
533 if (__n > 0 && this->gptr() == this->eback())
716 // corresponds to eback()
    [all...]
sstream.tcc 49 if (this->eback() < this->gptr())
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
202 const char_type* __beg = __testin ? this->eback() : this->pbase();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 228 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()),
252 if (_M_reading && this->egptr() == this->eback() && __remainder)
295 char_type* __iend = this->eback();
299 this->eback(),
300 this->eback() + __buflen, __iend);
305 traits_type::copy(this->eback(),
311 __ilen = __iend - this->eback();
367 if (this->eback() < this->gptr())
533 if (__n > 0 && this->gptr() == this->eback())
716 // corresponds to eback()
    [all...]
sstream.tcc 49 if (this->eback() < this->gptr())
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
202 const char_type* __beg = __testin ? this->eback() : this->pbase();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
fstream.tcc 228 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()),
252 if (_M_reading && this->egptr() == this->eback() && __remainder)
295 char_type* __iend = this->eback();
299 this->eback(),
300 this->eback() + __buflen, __iend);
305 traits_type::copy(this->eback(),
311 __ilen = __iend - this->eback();
367 if (this->eback() < this->gptr())
533 if (__n > 0 && this->gptr() == this->eback())
716 // corresponds to eback()
    [all...]
sstream.tcc 49 if (this->eback() < this->gptr())
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
202 const char_type* __beg = __testin ? this->eback() : this->pbase();
  /external/libcxx/include/
strstream 212 if (eback() && (__strmode_ & __allocated) != 0 && (__strmode_ & __frozen) == 0)
215 __pfree_(eback());
217 delete [] eback();
  /external/stlport/stlport/stl/
_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/llvm-libc++/libcxx/include/
strstream 212 if (eback() && (__strmode_ & __allocated) != 0 && (__strmode_ & __frozen) == 0)
215 __pfree_(eback());
217 delete [] eback();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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/5/sources/cxx-stl/stlport/stlport/stl/
_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/6/sources/cxx-stl/stlport/stlport/stl/
_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/7/sources/cxx-stl/stlport/stlport/stl/
_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/8/sources/cxx-stl/stlport/stlport/stl/
_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/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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/9/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 212 if (eback() && (__strmode_ & __allocated) != 0 && (__strmode_ & __frozen) == 0)
215 __pfree_(eback());
217 delete [] eback();

Completed in 3358 milliseconds

1 2 3 4 56 7 8 9