Searched refs:setg (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
H A Dstrstream.cc68 setg(buf, buf, buf);
82 setg(buf, buf, buf);
170 setg(buf, buf + old_get_offset, buf +
216 setg(eback(), gptr(), pptr());
288 setg(seeklow, seeklow + off, egptr());
290 setg(seeklow, seeklow + off, pptr());
292 setg(seeklow, seeklow + off, epptr());
331 setg(get, get, put);
335 setg(get, get, get + N);
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp43 setg(__gnext, __gnext, __gnext + __n);
46 setg(__gnext, __gnext, __pbeg);
186 setg(buf, buf + ninp, buf + einp);
227 setg(eback(), gptr(), pptr());
278 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
308 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h202 this->setg(&_M_pback, &_M_pback, &_M_pback + 1);
221 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save);
403 this->setg(_M_buf, _M_buf, _M_buf + __off);
405 this->setg(_M_buf, _M_buf, _M_buf);
H A Dstd_sstream.h245 this->setg(this->eback(), this->gptr(), this->pptr());
247 this->setg(this->pptr(), this->pptr(), this->pptr());
H A Dstd_streambuf.h505 setg(char_type* __gbeg, char_type* __gnext, char_type* __gend) function in class:basic_streambuf

Completed in 98 milliseconds