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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h260 template<typename T, typename Allocator, bool useSwap> struct Mover;
261 template<typename T, typename Allocator> struct Mover<T, Allocator, true> { struct in namespace:WTF
279 template<typename T, typename Allocator> struct Mover<T, Allocator, false> { struct in namespace:WTF
909 Mover<ValueType, Allocator, Traits::needsDestruction>::move(entry, *newEntry);

Completed in 739 milliseconds