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 205 void FastAssign(const T& source) { value_ = source; }
207 void FastAssign(T&& source) { value_ = std::move(source); }
277 typed_ptr->FastAssign(std::forward<T>(value));
  /external/v8/src/
builtins.cc     [all...]

Completed in 101 milliseconds