/third_party/boost/boost/container/detail/ |
D | node_pool_impl.hpp | 115 free_iterator before_last_new_it = m_freelist.before_begin(); in allocate_nodes() 125 m_freelist.erase_after( m_freelist.before_begin() in allocate_nodes() 131 chain.incorporate_after(chain.before_begin(), &*first_node, &*last_node, n); in allocate_nodes() 150 typename blockslist_t::iterator bit(m_blocklist.before_begin()), in deallocate_free_blocks() 154 nodelist_iterator backup_list_last = backup_list.before_begin(); in deallocate_free_blocks() 164 nodelist_iterator last_it = free_nodes.before_begin(); in deallocate_free_blocks() 187 ( backup_list.before_begin() in deallocate_free_blocks() 189 , free_nodes.before_begin() in deallocate_free_blocks() 201 ( m_freelist.before_begin() in deallocate_free_blocks() 203 , backup_list.before_begin() in deallocate_free_blocks()
|
D | multiallocation_chain.hpp | 106 iterator before_begin() in before_begin() function in boost::container::dtl::basic_multiallocation_chain 107 { return slist_impl_.before_begin(); } in before_begin() 261 iterator before_begin() in before_begin() function in boost::container::dtl::transform_multiallocation_chain 262 { return iterator(this->MultiallocationChain::before_begin()); } in before_begin()
|
D | adaptive_node_pool_impl.hpp | 780 const free_nodes_iterator it_bbeg(free_nodes.before_begin()); in priv_allocate_nodes() 845 const free_nodes_iterator itbb(nodes.before_begin()), ite(nodes.end()); in priv_deallocate_nodes()
|
/third_party/boost/libs/intrusive/test/ |
D | slist_test.cpp | 184 list.insert_after(list.before_begin(), values2.begin(), values2.end()); in test_remove_unique() 301 testlist.insert_after(testlist.before_begin(), values.begin(), values.begin() + s); in test_shift() 313 testlist.insert_after(testlist.before_begin(), values.begin(), values.begin() + s); in test_shift() 333 testlist2.insert_after (testlist2.before_begin(), values.begin() + 2, values.begin() + 5); in test_swap() 344 testlist1.splice_after (testlist1.before_begin(), testlist2, ++testlist2.begin()); in test_swap() 351 testlist2.before_begin(), ++++testlist2.begin()); in test_swap()
|
/third_party/boost/boost/container/ |
D | node_allocator.hpp | 229 chain.incorporate_after(chain.before_begin(), (T*)&*ch.begin(), (T*)&*ch.last(), ch.size()); in allocate_individual() 264 chain.incorporate_after( chain.before_begin() in allocate_many() 280 chain.incorporate_after( chain.before_begin() in allocate_many()
|
D | allocator.hpp | 293 chain.incorporate_after(chain.before_begin() in allocate_many() 314 chain.incorporate_after(chain.before_begin() in allocate_many()
|
D | stable_vector.hpp | 1933 holder.incorporate_after( holder.before_begin() in priv_clear_pool() 1948 holder.incorporate_after( holder.before_begin() in priv_increase_pool() 1954 holder.splice_after(holder.before_begin(), m, m.before_begin(), m.last(), n); in priv_increase_pool() 1966 holder.incorporate_after( holder.before_begin() in priv_put_in_pool() 1981 ch.incorporate_after( ch.before_begin() in priv_put_in_pool() 1998 holder.incorporate_after( holder.before_begin() in priv_get_from_pool() 2106 holder.incorporate_after( holder.before_begin() in priv_invariant()
|
D | slist.hpp | 492 iterator prev(this->before_begin()); in assign() 560 iterator before_begin() BOOST_NOEXCEPT_OR_NOTHROW in before_begin() function in boost::container::slist 570 const_iterator before_begin() const BOOST_NOEXCEPT_OR_NOTHROW in before_begin() function in boost::container::slist 1621 … typename Icont::iterator end_n(this->icont().end()), cur(this->icont().before_begin()), cur_next; in priv_try_shrink()
|
/third_party/boost/boost/interprocess/allocators/detail/ |
D | allocator_common.hpp | 242 m_cached_nodes.splice_after(m_cached_nodes.before_begin(), chain); in cached_deallocation() 288 typename multiallocation_chain::iterator it(m_cached_nodes.before_begin()); in priv_deallocate_n_nodes() 293 … chain.splice_after(chain.before_begin(), m_cached_nodes, m_cached_nodes.before_begin(), it, n); in priv_deallocate_n_nodes()
|
/third_party/skia/src/gpu/ |
D | GrClientMappedBufferManager.cpp | 54 auto prev = fClientHeldBuffers.before_begin(); in remove()
|
/third_party/boost/boost/intrusive/ |
D | hashtable.hpp | 499 destiny_bucket_.splice_after(destiny_bucket_.before_begin(), source_bucket_); in ~incremental_rehash_rollback() 748 { return this->priv_bucket_traits().bucket_begin()->before_begin(); } in priv_invalid_local_it() 853 last_step_before_it = b[last_bucket].before_begin(); in priv_erase_node_range() 883 siterator b_begin(b.before_begin()); in priv_erase_whole_bucket() 2277 return iterator(b.insert_after(b.before_begin(), *n), &this->get_bucket_value_traits()); in insert_unique_commit() 2999 …for( siterator before_i(old_bucket.before_begin()), i(old_bucket.begin()), end_sit(old_bucket.end(… in incremental_rehash() 3010 new_b.splice_after(new_b.before_begin(), old_bucket, before_i, last); in incremental_rehash() 3196 …for( siterator before_i(old_bucket.before_begin()), i(old_bucket.begin()), end_sit(old_bucket.end(… in rehash_impl() 3228 new_b.splice_after(new_b.before_begin(), old_bucket, before_i, last); in rehash_impl() 3237 new_b.splice_after( new_b.before_begin() in rehash_impl() [all …]
|
D | slist.hpp | 603 iterator before_begin() in before_begin() function in boost::intrusive::slist_impl 612 const_iterator before_begin() const in before_begin() function in boost::intrusive::slist_impl 622 { return this->before_begin(); } in cbefore_begin() 1279 node_algorithms::transfer_after( prev_n, x.before_begin().pointed_node(), last_x_n); in splice_after() 1553 this->splice_after(bb, x, x.before_begin(), ibx, n); in merge()
|
/third_party/boost/boost/intrusive/detail/ |
D | hashtable_node.hpp | 276 slist_it_ = buckets->before_begin(); in increment()
|