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

  /external/libchrome/base/memory/
manual_constructor.h 61 inline void InitFromMove(ManualConstructor<Type>&& o) {
  /external/libchrome/base/containers/
small_map.h 520 array_[i].InitFromMove(std::move(array_[size_]));
594 temp_array[i].InitFromMove(std::move(array_[i]));
  /external/libchrome/base/
values.cc 534 string_value_.InitFromMove(std::move(that.string_value_));
537 binary_value_.InitFromMove(std::move(that.binary_value_));
540 dict_ptr_.InitFromMove(std::move(that.dict_ptr_));
543 list_.InitFromMove(std::move(that.list_));
    [all...]
  /external/libchrome/base/json/
json_parser.cc 148 string_.InitFromMove(std::move(other.string_));

Completed in 1079 milliseconds