Searched defs:splice (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _list.h | 358 void splice(iterator __pos, _Self& __x) { in splice() function 371 void splice(iterator __pos, _Self& __x, iterator __i) { in splice() function 385 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last) { in splice() function
|
D | _slist.h | 454 void splice(iterator __pos, _Self& __x) { in splice() function 467 void splice(iterator __pos, _Self& __x, iterator __i) { in splice() function 484 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last) { in splice() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _list.h | 293 void splice(iterator __pos, _Self& __x) in splice() function 295 void splice(iterator __pos, _Self& __x, iterator __i) in splice() function 297 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last) in splice() function
|
D | _slist.h | 373 void splice(iterator __pos, _Self& __x) in splice() function 375 void splice(iterator __pos, _Self& __x, iterator __i) in splice() function 377 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last) in splice() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | slist_test.cpp | 198 void SlistTest::splice() in splice() function in SlistTest
|
/ndk/tests/device/test-stlport/unit/ |
D | slist_test.cpp | 198 void SlistTest::splice() in splice() function in SlistTest
|