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

/external/libbrillo/brillo/
H A Dany_internal_impl.h205 void FastAssign(const T& source) { value_ = source; } function in struct:brillo::internal_details::TypedData
207 void FastAssign(T&& source) { value_ = std::move(source); } function in struct:brillo::internal_details::TypedData
277 typed_ptr->FastAssign(std::forward<T>(value));

Completed in 71 milliseconds