Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_list.h358 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.h454 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.h293 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.h373 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/
Dslist_test.cpp198 void SlistTest::splice() in splice() function in SlistTest
/ndk/tests/device/test-stlport/unit/
Dslist_test.cpp198 void SlistTest::splice() in splice() function in SlistTest