HomeSort by relevance Sort by last modified time
    Searched refs:pbase (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 39 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
ios_base.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
ostream.pass.cpp 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
streambuf.pass.cpp 39 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
double.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
float.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
int.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
long_double.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
long_long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
pointer.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
short.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_int.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_long_long.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
unsigned_short.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 35 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
ends.pass.cpp 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}

Completed in 4363 milliseconds

12 3 4 5 6