Home
last modified time | relevance | path

Searched defs:incorporate_after (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/container/detail/
Dmultiallocation_chain.hpp147 …void_pointer incorporate_after(iterator after_this, const void_pointer &b, size_type unit_bytes, s… in incorporate_after() function in boost::container::dtl::basic_multiallocation_chain
163 void incorporate_after(iterator after_this, void_pointer b, void_pointer before_e, size_type n) in incorporate_after() function in boost::container::dtl::basic_multiallocation_chain
252 void incorporate_after(iterator after_this, pointer b, pointer before_e, size_type n) in incorporate_after() function in boost::container::dtl::transform_multiallocation_chain
/third_party/boost/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp82 BOOST_INTRUSIVE_FORCEINLINE static void incorporate_after(node_ptr bp, node_ptr b, node_ptr be) in incorporate_after() function in boost::intrusive::detail::common_slist_algorithms
/third_party/boost/boost/intrusive/
Dslist.hpp1885 void incorporate_after(const_iterator prev_pos, const node_ptr & f, const node_ptr & before_l) in incorporate_after() function in boost::intrusive::slist_impl
1909 …void incorporate_after(const_iterator prev_pos, const node_ptr & f, const node_ptr & before_l, siz… in incorporate_after() function in boost::intrusive::slist_impl