Lines Matching refs:gptr
283 const streamsize __ret = this->egptr() - this->gptr(); in in_avail()
316 if (__builtin_expect(this->gptr() < this->egptr(), true)) in sbumpc()
318 __ret = traits_type::to_int_type(*this->gptr()); in sbumpc()
338 if (__builtin_expect(this->gptr() < this->egptr(), true)) in sgetc()
339 __ret = traits_type::to_int_type(*this->gptr()); in sgetc()
371 const bool __testpos = this->eback() < this->gptr(); in sputbackc()
373 !traits_type::eq(__c, this->gptr()[-1]), false)) in sputbackc()
378 __ret = traits_type::to_int_type(*this->gptr()); in sputbackc()
396 if (__builtin_expect(this->eback() < this->gptr(), true)) in sungetc()
399 __ret = traits_type::to_int_type(*this->gptr()); in sungetc()
481 gptr() const { return _M_in_cur; } in gptr() function
703 __ret = traits_type::to_int_type(*this->gptr()); in uflow()
784 if (this->gptr() < this->egptr()) in stossc()