Searched defs:incorporate_after (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/container/detail/ |
D | multiallocation_chain.hpp | 147 …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/ |
D | common_slist_algorithms.hpp | 82 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/ |
D | slist.hpp | 1885 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
|