HomeSort by relevance Sort by last modified time
    Searched refs:gptr (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
unsigned_short.pass.cpp 40 CharT* gptr() const {return base::gptr();} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char.pass.cpp 38 CharT* gptr() const {return base::gptr();} function in struct:testbuf
unsigned_char.pass.cpp 38 CharT* gptr() const {return base::gptr();} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
peek.pass.cpp 37 CharT* gptr() const {return base::gptr();} function in struct:testbuf
seekg.pass.cpp 37 CharT* gptr() const {return base::gptr();} function in struct:testbuf
tellg.pass.cpp 37 CharT* gptr() const {return base::gptr();} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 36 CharT* gnext = base::gptr();
40 assert(base::gptr() == gnext+n);
setg.pass.cpp 32 assert(base::gptr() == gnext);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 34 char_type* gptr() const {return base::gptr();} function in struct:test_buf
  /external/stlport/stlport/stl/
_sstream.c 93 // Precondition: gptr() >= egptr(). Returns a character, if one is available.
97 return this->gptr() != this->egptr()
98 ? _Traits::to_int_type(*this->gptr())
102 // Precondition: gptr() >= egptr().
106 if (this->gptr() != this->egptr()) {
107 int_type __c = _Traits::to_int_type(*this->gptr());
118 if (this->gptr() != this->eback()) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
150 ptrdiff_t __offset = this->gptr() - this->eback()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 93 // Precondition: gptr() >= egptr(). Returns a character, if one is available.
97 return this->gptr() != this->egptr()
98 ? _Traits::to_int_type(*this->gptr())
102 // Precondition: gptr() >= egptr().
106 if (this->gptr() != this->egptr()) {
107 int_type __c = _Traits::to_int_type(*this->gptr());
118 if (this->gptr() != this->eback()) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
150 ptrdiff_t __offset = this->gptr() - this->eback()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 93 // Precondition: gptr() >= egptr(). Returns a character, if one is available.
97 return this->gptr() != this->egptr()
98 ? _Traits::to_int_type(*this->gptr())
102 // Precondition: gptr() >= egptr().
106 if (this->gptr() != this->egptr()) {
107 int_type __c = _Traits::to_int_type(*this->gptr());
118 if (this->gptr() != this->eback()) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
150 ptrdiff_t __offset = this->gptr() - this->eback()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 93 // Precondition: gptr() >= egptr(). Returns a character, if one is available.
97 return this->gptr() != this->egptr()
98 ? _Traits::to_int_type(*this->gptr())
102 // Precondition: gptr() >= egptr().
106 if (this->gptr() != this->egptr()) {
107 int_type __c = _Traits::to_int_type(*this->gptr());
118 if (this->gptr() != this->eback()) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
150 ptrdiff_t __offset = this->gptr() - this->eback()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 93 // Precondition: gptr() >= egptr(). Returns a character, if one is available.
97 return this->gptr() != this->egptr()
98 ? _Traits::to_int_type(*this->gptr())
102 // Precondition: gptr() >= egptr().
106 if (this->gptr() != this->egptr()) {
107 int_type __c = _Traits::to_int_type(*this->gptr());
118 if (this->gptr() != this->eback()) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
150 ptrdiff_t __offset = this->gptr() - this->eback()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 93 // Precondition: gptr() >= egptr(). Returns a character, if one is available.
97 return this->gptr() != this->egptr()
98 ? _Traits::to_int_type(*this->gptr())
102 // Precondition: gptr() >= egptr().
106 if (this->gptr() != this->egptr()) {
107 int_type __c = _Traits::to_int_type(*this->gptr());
118 if (this->gptr() != this->eback()) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
150 ptrdiff_t __offset = this->gptr() - this->eback()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c 93 // Precondition: gptr() >= egptr(). Returns a character, if one is available.
97 return this->gptr() != this->egptr()
98 ? _Traits::to_int_type(*this->gptr())
102 // Precondition: gptr() >= egptr().
106 if (this->gptr() != this->egptr()) {
107 int_type __c = _Traits::to_int_type(*this->gptr());
118 if (this->gptr() != this->eback()) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
126 *this->gptr() = _Traits::to_char_type(__c);
150 ptrdiff_t __offset = this->gptr() - this->eback()
    [all...]
  /external/libcxx/src/
strstream.cpp 171 ptrdiff_t ninp = gptr() - eback();
195 if (eback() == gptr())
204 if (gptr()[-1] == static_cast<char>(__c))
212 *gptr() = static_cast<char>(__c);
219 if (gptr() == egptr())
223 setg(eback(), gptr(), pptr());
225 return int_type(static_cast<unsigned char>(*gptr()));
247 if (pos_in && gptr() == nullptr)
261 newoff = (pos_in ? gptr() : pptr()) - eback();
294 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 171 ptrdiff_t ninp = gptr() - eback();
195 if (eback() == gptr())
204 if (gptr()[-1] == static_cast<char>(__c))
212 *gptr() = static_cast<char>(__c);
219 if (gptr() == egptr())
223 setg(eback(), gptr(), pptr());
225 return int_type(static_cast<unsigned char>(*gptr()));
247 if (pos_in && gptr() == nullptr)
261 newoff = (pos_in ? gptr() : pptr()) - eback();
294 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr))
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 358 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \
369 (gptr)->thread_list = h; \
375 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \
386 (gptr)->thread_list = h; \
392 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \
402 (gptr)->domain_list = h; \
408 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \
418 (gptr)->domain_list = h; \
424 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \
433 (gptr)->string_list = h;
    [all...]
  /external/stlport/src/
fstream.cpp 48 if (__this->gptr() != __this->egptr()) {
49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 48 if (__this->gptr() != __this->egptr()) {
49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 32 assert(base::gptr() == gnext);
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp 40 CharT* gptr() const {return base::gptr();} function in struct:testbuf
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp 38 CharT* gptr() const {return base::gptr();} function in struct:testbuf
signed_char_pointer.pass.cpp 38 CharT* gptr() const {return base::gptr();} function in struct:testbuf

Completed in 735 milliseconds

1 23 4 5 6 7