Searched defs:swap (Results 1 – 11 of 11) sorted by relevance
43 void swap(Blob& first, Blob& second) { in swap() function
317 void swap(expected& rhs) noexcept( in swap() function551 void swap(expected& rhs) noexcept(std::is_nothrow_move_constructible_v<E>) { in swap() function703 void swap(unexpected& other) noexcept(std::is_nothrow_swappable_v<E>) { in swap() function734 void swap(unexpected<E1>& x, unexpected<E1>& y) noexcept(noexcept(x.swap(y))) { 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
77 void MountRegistry::Mounts::swap(MountRegistry::Mounts& other) { in swap() function in android::incfs::MountRegistry::Mounts
258 Syscalls& SyscallsHolder::swap(Syscalls& syscalls) { in swap() function in android::netdutils::SyscallsHolder