Searched defs:hashTableSwap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h187 template<typename T> inline void hashTableSwap(T& a, T& b) function in namespace:WTF
192 template<typename T, typename U> inline void hashTableSwap(KeyValuePair<T, U>& a, KeyValuePair<T, U>& b) function in namespace:WTF
199 template<typename T> struct Mover<T, true> { static void move(T& from, T& to) { hashTableSwap(from, to); } };

Completed in 1019 milliseconds