Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/brillo/
H A Dany_internal_impl.h206 void FastAssign(const T& source) { value_ = source; } in FastAssign() function
208 void FastAssign(T&& source) { value_ = std::move(source); } in FastAssign() function