Searched defs:swap (Results 1 – 12 of 12) 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
140 void FixedSizeVector<ElementType, kCapacity>::swap(size_t index0, in swap() function
300 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
103 char* swap = nargv[pos]; in permute_args() local
248 static inline void swap(T& a, T& b) { in swap() function
90 static inline void swap(T& a, T& b) { in swap() function
47 size_t swap; member
82 #define swap(a, b) \ macro
22 unsigned swap; member
250 Syscalls& SyscallsHolder::swap(Syscalls& syscalls) { in swap() function in android::netdutils::SyscallsHolder