Searched refs:swapPointers (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/base/containers/
H A DPodVector.cpp23 static inline void swapPointers(char** p1, char** p2) { function in namespace:android::base
165 swapPointers(&mBegin, &other->mBegin);
166 swapPointers(&mEnd, &other->mEnd);
167 swapPointers(&mLimit, &other->mLimit);

Completed in 86 milliseconds