Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 9 of 9) sorted by relevance

/system/libbase/include/android-base/
Dexpected.h317 void swap(expected& rhs) noexcept( in swap() function
419 void swap(expected<T1, E1>& x, expected<T1, E1>& y) noexcept(noexcept(x.swap(y))) { in swap() function
555 void swap(expected& rhs) noexcept(std::is_nothrow_move_constructible_v<E>) { in swap() function
706 void swap(unexpected& other) noexcept(std::is_nothrow_swappable_v<E>) { in swap() function
737 void swap(unexpected<E1>& x, unexpected<E1>& y) noexcept(noexcept(x.swap(y))) { in swap() function
/system/nvram/messages/
Dblob.cpp43 void swap(Blob& first, Blob& second) { in swap() function
/system/nvram/messages/include/nvram/messages/
Dvector.h60 friend void swap(Vector<ElementType>& first, Vector<ElementType>& second) { in swap() function
/system/chre/util/include/chre/util/
Dfixed_size_vector_impl.h147 void FixedSizeVector<ElementType, kCapacity>::swap(size_t index0, in swap() function
Ddynamic_vector_impl.h303 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
/system/memory/libmeminfo/include/meminfo/
Dmeminfo.h35 uint64_t swap; member
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_vendor.c82 #define swap(a, b) \ macro
/system/incremental_delivery/incfs/
DMountRegistry.cpp77 void MountRegistry::Mounts::swap(MountRegistry::Mounts& other) { in swap() function in android::incfs::MountRegistry::Mounts
/system/netd/libnetdutils/
DSyscalls.cpp258 Syscalls& SyscallsHolder::swap(Syscalls& syscalls) { in swap() function in android::netdutils::SyscallsHolder