Home
last modified time | relevance | path

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

/third_party/boost/boost/container/detail/
Dmultiallocation_chain.hpp138 …void splice_after(iterator after_this, basic_multiallocation_chain &x, iterator before_b, iterator… in splice_after() argument
139 { slist_impl_.splice_after(after_this, x.slist_impl_, before_b, before_e, n); } in splice_after()
144 void erase_after(iterator before_b, iterator e, size_type n) in erase_after() argument
145 { slist_impl_.erase_after(before_b, e, n); } in erase_after()
249 …void splice_after(iterator after_this, transform_multiallocation_chain &x, iterator before_b, iter… in splice_after() argument
250 …{ this->MultiallocationChain::splice_after(after_this.base(), x, before_b.base(), before_e.base()… in splice_after()