Searched refs:out_pos_ (Results 1 – 4 of 4) sorted by relevance
513 , out_pos_(boost::exchange(other.out_pos_, 0)) in basic_multi_buffer()545 out_pos_ = other.out_pos_; in basic_multi_buffer()550 other.out_pos_ = 0; in basic_multi_buffer()653 auto n = pos->size() - out_pos_; in capacity()694 total += out_->size() - out_pos_; in reserve()727 out_pos_ = 0; in shrink_to_fit()756 if(out_pos_ == 0) in shrink_to_fit()786 BOOST_ASSERT(out_pos_ != 0); in shrink_to_fit()787 auto& e = alloc(out_pos_); in shrink_to_fit()791 out_pos_); in shrink_to_fit()[all …]
204 , out_pos_(other.out_pos_) in buffers_adaptor()285 out_pos_ = other.out_pos_; in operator =()324 auto size = buffer_bytes(*end_) - out_pos_; in prepare()346 out_end_ = out_pos_ + n; in prepare()353 return mutable_buffers_type(out_, end_, out_pos_, prepared); in prepare()367 buffer_bytes(*out_) - out_pos_; in commit()370 out_pos_ += n; in commit()376 out_pos_ = 0; in commit()381 n, out_end_ - out_pos_); in commit()382 out_pos_ += n; in commit()[all …]
55 std::size_t out_pos_ = 0; // offset in *out_ member in boost::beast::buffers_adaptor
155 size_type out_pos_ = 0; // output offset in *out_ member in boost::beast::basic_multi_buffer