Searched defs:erase_and_dispose (Results 1 – 6 of 6) sorted by relevance
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | treap.hpp | 925 iterator erase_and_dispose(const_iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::treap_impl 935 iterator erase_and_dispose(iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::treap_impl 952 iterator erase_and_dispose(const_iterator b, const_iterator e, Disposer disposer) in erase_and_dispose() function in boost::intrusive::treap_impl 970 size_type erase_and_dispose(const key_type &key, Disposer disposer) in erase_and_dispose() function in boost::intrusive::treap_impl
|
D | sgtree.hpp | 651 iterator erase_and_dispose(const_iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::sgtree_impl 661 iterator erase_and_dispose(iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::sgtree_impl 667 iterator erase_and_dispose(const_iterator b, const_iterator e, Disposer disposer) in erase_and_dispose() function in boost::intrusive::sgtree_impl 672 size_type erase_and_dispose(const key_type &key, Disposer disposer) in erase_and_dispose() function in boost::intrusive::sgtree_impl
|
D | list.hpp | 666 iterator erase_and_dispose(const_iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::list_impl 680 iterator erase_and_dispose(iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::list_impl 699 iterator erase_and_dispose(const_iterator b, const_iterator e, Disposer disposer) in erase_and_dispose() function in boost::intrusive::list_impl
|
D | slist.hpp | 1163 iterator erase_and_dispose(const_iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::slist_impl 1168 iterator erase_and_dispose(iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::slist_impl 1190 iterator erase_and_dispose(const_iterator f, const_iterator l, Disposer disposer) in erase_and_dispose() function in boost::intrusive::slist_impl
|
D | bstree.hpp | 1489 iterator erase_and_dispose(const_iterator i, Disposer disposer) in erase_and_dispose() function in boost::intrusive::bstree_impl 1511 size_type erase_and_dispose(const key_type &key, Disposer disposer) in erase_and_dispose() function in boost::intrusive::bstree_impl 1532 iterator erase_and_dispose(const_iterator b, const_iterator e, Disposer disposer) in erase_and_dispose() function in boost::intrusive::bstree_impl
|
D | hashtable.hpp | 2379 void erase_and_dispose(const_iterator b, const_iterator e, Disposer disposer) in erase_and_dispose() function in boost::intrusive::hashtable_impl 2426 BOOST_INTRUSIVE_FORCEINLINE size_type erase_and_dispose(const key_type &key, Disposer disposer) in erase_and_dispose() function in boost::intrusive::hashtable_impl 2445 size_type erase_and_dispose(const KeyType& key, KeyHasher hash_func in erase_and_dispose() function in boost::intrusive::hashtable_impl
|