Home
last modified time | relevance | path

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

/src/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()
/src/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()
/src/contrib/llvm-project/libcxx/include/
H A Dfstream309 state_type __st_;
410 __st_(),
440 __st_ = __rhs.__st_;
468 __rhs.__st_ = state_type();
541 std::swap(__st_, __rhs.__st_);
774 __st_last_ = __st_;
783__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->eback() + __ibs_,…
843 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe);
940 __r.state(__st_);
956 __st_ = __sp.state();
[all …]
H A Dlocale3376 state_type __st_;
3404 _LIBCPP_HIDE_FROM_ABI state_type state() const { return __st_; }
3434 __st_(__state),
3484 // state_type __svs = __st_;
3490__st_, __extbuf_, __extbufend_, __extbufnext_, this->eback() + __unget_sz, this->egptr(), __inext);
3552 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe);
3628 __r.state(__st_);
3654 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe);
3679 … __r = __cv_->out(__st_, __e, this->egptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe);