Home
last modified time | relevance | path

Searched defs:swap_with (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dvariant.hpp867 struct swap_with struct
872 Variant& toswap_;
876 explicit swap_with(Variant& toswap) BOOST_NOEXCEPT in swap_with() argument
884 void operator()(T& operand) const in operator ()()
/aosp_15_r20/external/rust/android-crates-io/crates/moveit/src/new/
Dmod.rs271 fn swap_with(self: Pin<&mut Self>, src: Pin<&mut Rhs>); in swap_with() method