/external/astl/tests/ |
test_streambuf.cpp | 44 setp(mBuffer, mBuffer + sizeof(mBuffer));
|
/external/stlport/stlport/stl/ |
_sstream.c | 84 this->setp( __data_end, __data_end ); 86 this->setp( __data_ptr, __data_end ); 89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end); 154 this->setp(__data_ptr, _S_finish(_M_str)); 158 this->setp(_S_start(_M_str), _S_finish(_M_str)); 203 this->setp(__data_ptr, _S_finish(_M_str)); 248 this->setp(__data_ptr, _S_finish(_M_str)); 289 this->setp(__data_ptr, _S_finish(_M_str)); 348 this->setp(this->pbase(), this->pbase() + __n); 382 this->setp(_S_start(_M_str), _S_finish(_M_str)) [all...] |
_fstream.c | 104 this->setp(0, 0); 216 this->setp(_M_int_buf, _M_int_buf_EOS - 1); 465 this->setp(_M_int_buf, _M_int_buf_EOS - 1); 583 this->setp(0, 0); 714 this->setp(0, 0);
|
_streambuf.h | 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
|
_fstream.h | 247 this->setp(0, 0);
|
/external/stlport/src/ |
strstream.cpp | 43 setp(buf, buf + n); 55 setp(buf, buf + n); 137 setp(buf, buf + new_size); 235 setp(seeklow, epptr()); 239 setp(pbase(), epptr()); 283 setp(put, put + N);
|
/external/zlib/contrib/iostream3/ |
zfstream.cc | 324 this->setp(buffer, buffer + buffer_size - 1); 333 this->setp(0, 0); 341 this->setp(buffer, buffer + buffer_size - 1); 358 this->setp(0, 0); 365 this->setp(buffer, buffer + buffer_size - 1); 367 this->setp(0, 0);
|
/external/astl/include/ |
streambuf | 110 void setp(char_type* beg, char_type* end) {
|
/external/zlib/contrib/iostream/ |
zfstream.cpp | 146 setp(0,0); 193 setp( base(), base() + bl); 229 setp(0,0);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 598 #define SETP(a) CHOICE(setp a, setp a, setp a) [all...] |