HomeSort by relevance Sort by last modified time
    Searched refs:FastAssign (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
any_internal_impl.h 206 void FastAssign(const T& source) { value_ = source; }
208 void FastAssign(T&& source) { value_ = std::move(source); }
278 typed_ptr->FastAssign(std::forward<T>(value));
  /external/v8/src/
objects.cc     [all...]

Completed in 70 milliseconds