Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
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
278 typed_ptr->FastAssign(std::forward<T>(value)); in Assign()
/external/v8/src/
Dobjects.cc2136 V8_WARN_UNUSED_RESULT Maybe<bool> FastAssign( in FastAssign() function
2235 FastAssign(target, source, excluded_properties, use_set); in SetOrCopyDataProperties()