Home
last modified time | relevance | path

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

/art/libartbase/base/
Dintrusive_forward_list.h226 void splice_after(const_iterator position, IntrusiveForwardList& src) { in splice_after() function
230 void splice_after(const_iterator position, IntrusiveForwardList&& src) { in splice_after() function
234 void splice_after(const_iterator position, IntrusiveForwardList& src, const_iterator i) { in splice_after() function
247 void splice_after(const_iterator position, IntrusiveForwardList&& src, const_iterator i) { in splice_after() function
251 void splice_after(const_iterator position, in splice_after() function
280 void splice_after(const_iterator position, in splice_after() function