Home
last modified time | relevance | path

Searched refs:__st_ (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ios/
H A Dfpos.h25 _StateT __st_;
29 _LIBCPP_HIDE_FROM_ABI fpos(streamoff __off = streamoff()) : __st_(), __off_(__off) {} in __st_() function
33 _LIBCPP_HIDE_FROM_ABI _StateT state() const { return __st_; } in state()
34 _LIBCPP_HIDE_FROM_ABI void state(_StateT __st) { __st_ = __st; } in state()
/freebsd/contrib/llvm-project/libcxx/include/__ios/
H A Dfpos.h25 _StateT __st_;
29 _LIBCPP_HIDE_FROM_ABI fpos(streamoff __off = streamoff()) : __st_(), __off_(__off) {} in __st_() function
33 _LIBCPP_HIDE_FROM_ABI _StateT state() const { return __st_; } in state()
34 _LIBCPP_HIDE_FROM_ABI void state(_StateT __st) { __st_ = __st; } in state()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h53 state_type* __st_; variable
73 …: __file_(__fp), __st_(__st), __last_consumed_(traits_type::eof()), __last_consumed_is_next_(false… in __stdinbuf()
167 state_type __sv_st = *__st_; in __getchar()
168 …__r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, &__1buf + 1,… in __getchar()
173 *__st_ = __sv_st; in __getchar()
218 …switch (__cv_->out(*__st_, &__ci, &__ci + 1, __inxt, __extbuf, __extbuf + sizeof(__extbuf), __enxt… in pbackfail()
261 state_type* __st_; variable
280 __st_(__st), in __stdoutbuf()
323 __r = __cv_->out(*__st_, pbase, pptr, __e, __extbuf, __extbuf + sizeof(__extbuf), __extbe); in overflow()
364 __r = __cv_->unshift(*__st_, __extbuf, __extbuf + sizeof(__extbuf), __extbe); in sync()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwbuffer_convert.h52 state_type __st_; variable
80 _LIBCPP_HIDE_FROM_ABI state_type state() const { return __st_; } in state()
110 __st_(__state), in wbuffer_convert()
166 …__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->egptr(), __inext); in underflow()
228 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); in overflow()
304 __r.state(__st_); in seekoff()
330 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe); in sync()
355 … __r = __cv_->out(__st_, __e, this->egptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe); in sync()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfstream277 state_type __st_;
378 __st_(),
408 __st_ = __rhs.__st_;
436 __rhs.__st_ = state_type();
509 std::swap(__st_, __rhs.__st_);
718 __st_last_ = __st_;
727 …__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->eback() + __ibs_,…
787 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe);
884 __r.state(__st_);
900 __st_ = __sp.state();
[all …]
H A Dlocale3351 state_type __st_;
3373 _LIBCPP_HIDE_FROM_ABI state_type state() const { return __st_; }
3403 __st_(__state),
3453 // state_type __svs = __st_;
3459 …__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->egptr(), __inext);
3521 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe);
3597 __r.state(__st_);
3623 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe);
3648 … __r = __cv_->out(__st_, __e, this->egptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream312 state_type __st_;
424 __st_(),
454 __st_ = __rhs.__st_;
482 __rhs.__st_ = state_type();
555 std::swap(__st_, __rhs.__st_);
788 __st_last_ = __st_;
797 …__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->eback() + __ibs_,…
865 …codecvt_base::result __r = __cv_->out(__st_, __b, __p, __end, __extbuf_, __extbuf_ + __ebs_, __ext…
972 __r.state(__st_);
1005 __st_ = __sp.state();
[all …]