Home | History | Annotate | Download | only in etc

Lines Matching full:swap

485 	swap invocation in iter_swap implemenation because it was breaking
575 * stlport/stl/_string.h, test/unit/string_test.cpp: Add swap
1708 import mem_fn, bind, bad_function_call, function, swap from
2286 * stlport/stl: swap workaround review, now when swap implementation
2288 _M_swap_workaround member method. We do not use the swap method
2290 forces us to add a swap method to queue, priority_queue and stack
2291 containers that do not have a swap method according the C++ Standard.
2308 to be useful, this class is used to detect types having a swap
2331 * test/unit/swap_test.cpp: test that swap( a, b ) has specialization
2332 a.swap( b ), when required;
2335 specialized elsewhere---remove swap specialization here, use instead
2336 swap specialization from _relops_cont.h, when required.