Searched defs:swap (Results 1 – 10 of 10) sorted by relevance
39 void swap(std::deque<T>& other) { in swap() function
43 void swap(Blob& first, Blob& second) { in swap() function
60 friend void swap(Vector<ElementType>& first, Vector<ElementType>& second) { in swap() function
148 void FixedSizeVector<ElementType, kCapacity>::swap(size_t index0, in swap() function
302 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
35 uint64_t swap; member
237 static inline void swap(T& a, T& b) { in swap() function
90 static inline void swap(T& a, T& b) { in swap() function
82 #define swap(a, b) \ macro
258 Syscalls& SyscallsHolder::swap(Syscalls& syscalls) { in swap() function in android::netdutils::SyscallsHolder