/AliOS-Things-master/components/oss/include/alibabacloud/oss/ |
A D | OssError.h | 43 code_(std::move(lhs.code_)), in OssError() 44 message_(std::move(lhs.message_)), in OssError() 45 requestId_(std::move(lhs.requestId_)), in OssError() 46 host_(std::move(lhs.host_)) in OssError() 51 code_ = std::move(lhs.code_); 52 message_ = std::move(lhs.message_); 53 requestId_ = std::move(lhs.requestId_); 54 host_ = std::move(lhs.host_);
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Owner.h | 38 id_(std::move(lhs.id_)), in Owner() 39 displayName_(std::move(lhs.displayName_)) in Owner() 49 id_ = std::move(lhs.id_); 50 displayName_ = std::move(lhs.displayName_);
|
A D | Tagging.h | 50 void setTags(TagSet&& tags) { tagSet_ = std::move(tags); } in setTags() 52 void addTag(Tag&& tag) { tagSet_.push_back(std::move(tag)); } in addTag()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/utils/ |
A D | Outcome.h | 51 e_(std::move(other.e_)), in Outcome() 52 r_(std::move(other.r_)) in Outcome() 70 r_ = std::move(other.r_); 71 e_ = std::move(other.e_);
|
/AliOS-Things-master/components/oss/src/ |
A D | OssClientImpl.cc | 1042 return ObjectMetaDataOutcome(std::move(metaData)); in HeadObject() 1054 return ObjectMetaDataOutcome(std::move(metaData)); in GetObjectMeta() 1358 ListMultipartUploadsOutcome(std::move(result)) : in ListMultipartUploads() 1374 ListPartsOutcome(std::move(result)) : in ListParts() 1538 PutLiveChannelOutcome(std::move(result)): in PutLiveChannel() 1552 return VoidOutcome(std::move(result)); in PostVodPlaylist() 1565 return GetVodPlaylistOutcome(std::move(result)); in GetVodPlaylist() 1579 GetLiveChannelStatOutcome(std::move(result)): in GetLiveChannelStat() 1594 GetLiveChannelInfoOutcome(std::move(result)): in GetLiveChannelInfo() 1624 ListLiveChannelOutcome(std::move(result)): in ListLiveChannel() [all …]
|
/AliOS-Things-master/components/oss/src/http/ |
A D | HttpMessage.cc | 35 *this = std::move(other); in HttpMessage() 50 body_ = std::move(other.body_); in operator =() 51 headers_ = std::move(other.headers_); in operator =()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | top_n.h | 121 push(std::move(v), nullptr); in push() 124 PushInternal(std::move(v), dropped); in push() 233 if (dropped) *dropped = std::move(elements_.front()); in PushInternal() 242 if (dropped) *dropped = std::move(elements_.front()); in PushInternal()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | HttpMessage.cc | 52 HttpMessage::HttpMessage(HttpMessage &&other) { *this = std::move(other); } in HttpMessage() 66 *this = std::move(other); in operator =()
|
A D | ServiceRequest.cc | 42 *this = std::move(other); in ServiceRequest() 59 *this = std::move(other); in operator =()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | external_cpu_backend_context.h | 88 internal_backend_context_ = std::move(internal_backend_context); in set_internal_backend_context()
|
A D | interpreter_test_util.h | 39 return interpreter->ModifyGraphWithDelegate(std::move(delegate)); in ModifyGraphWithDelegate()
|
A D | interpreter.h | 508 Deleter deleter = std::move(delegate.get_deleter()); in ModifyGraphWithDelegate() 728 signature_defs_ = std::move(signature_defs); in SetSignatureDef()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/cli/ |
A D | generic_level_cli.c | 190 net_buf_simple_add_le16(msg, send_arg->move); in ble_mesh_generic_level_move_set() 210 LOGI(TAG, "SEND level move %x, TID %d", send_arg->move, send_arg->tid); in ble_mesh_generic_level_move_set()
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_hexiom.py | 324 def play_move(pos, move): argument 325 (cell_id, i) = move 415 for move in moves: 419 play_move(new_pos, move) 421 while constraint_pass(new_pos, move[0]):
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/include/sig_model/ |
A D | generic_level_cli.h | 18 uint16_t move; member
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ |
A D | Outcome.h | 30 Outcome(Outcome &&other) { *this = std::move(other); } in Outcome()
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 203 Exception::Exception(String msg) : msg_(std::move(msg)) {} in Exception() 1133 return this->value_.map_->emplace(size(), std::move(value)).first->second; in append() 1148 (*this)[i] = std::move((*this)[i - 1]); in insert() 1150 (*this)[index] = std::move(newValue); in insert() 1176 *removed = std::move(it->second); in removeMember() 1377 : ptr_{std::move(that.ptr_)} {} in Comments() 1385 ptr_ = std::move(that.ptr_); in operator =() 1405 (*ptr_)[slot] = std::move(comment); in set() 1418 comments_.set(placement, std::move(comment)); in setComment() 1509 PathArgument::PathArgument(String key) : key_(std::move(key)), kind_(kindKey) {} in PathArgument()
|
A D | json_writer.cpp | 651 : document_(nullptr), indentation_(std::move(indentation)), in StyledStreamWriter() 921 : rightMargin_(74), indentation_(std::move(indentation)), cs_(cs), in BuiltStyledStreamWriter() 922 colonSymbol_(std::move(colonSymbol)), nullSymbol_(std::move(nullSymbol)), in BuiltStyledStreamWriter() 923 endingLineFeedSymbol_(std::move(endingLineFeedSymbol)), in BuiltStyledStreamWriter()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2hints.c | 419 CF2_Fixed move; in cf2_hintmap_adjustHints() local 452 move = ( -moveDown < moveUp ) ? moveDown : moveUp; /* optimum */ in cf2_hintmap_adjustHints() 455 move = moveUp; in cf2_hintmap_adjustHints() 464 move = moveDown; in cf2_hintmap_adjustHints() 472 move = 0; in cf2_hintmap_adjustHints() 490 savedMove.moveUp = moveUp - move; in cf2_hintmap_adjustHints() 496 hintmap->edge[i].dsCoord += move; in cf2_hintmap_adjustHints() 498 hintmap->edge[j].dsCoord += move; in cf2_hintmap_adjustHints()
|
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/ |
A D | SDL_systhread.cpp | 52 thread->handle = (void *) new std::thread(std::move(cpp_thread)); in SDL_SYS_CreateThread()
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | ThreadExecutor.cc | 65 threads_.emplace(id, std::move(t)); in execute()
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | mv.c | 110 ALIOS_CLI_CMD_REGISTER(mv_main, mv, move file);
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_group.c | 34 void * (*move)(const lv_ll_t *, const void *)); 626 void * (*move)(const lv_ll_t *, const void *)) in focus_next_core() 654 obj_next = move(&group->obj_ll, obj_next); in focus_next_core()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/ |
A D | README400 | 8 then move the whole directory to the IFS via the network (via SMB or FTP).
|
/AliOS-Things-master/components/oss/src/model/ |
A D | GetBucketLifecycleResult.cc | 165 lifecycleRuleList_.emplace_back(std::move(rule)); in operator =()
|