/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.cpp | 182 asset_ = std::move(asset); in Asset() 190 .id = std::move(asset.id), in Asset() 192 .uri = std::move(asset.uri), in Asset() 205 .id = std::move(asset.id), in Asset() 207 .uri = std::move(asset.uri), in Asset() 222 .uri = std::move(asset.uri), in Asset() 244 asset_ = std::move(proxy); in operator =() 253 .id = std::move(asset_.id), 268 .id = std::move(asset_.id), 280 return std::move(asset_); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_partial_update_model_ng.cpp | 56 customNode->SetExtraInfo(std::move(info.extraInfo)); in CreateNode() 62 customNode->SetAppearFunction(std::move(info.appearFunc)); in CreateNode() 63 customNode->SetDidBuildFunction(std::move(info.didBuildFunc)); in CreateNode() 68 customNode->SetRenderFunction(std::move(renderFunc)); in CreateNode() 69 customNode->SetUpdateFunction(std::move(info.updateFunc)); in CreateNode() 70 customNode->SetDestroyFunction(std::move(info.removeFunc)); in CreateNode() 74 customNode->SetReloadFunction(std::move(info.reloadFunc)); in CreateNode() 75 customNode->SetThisFunc(std::move(info.getThisFunc)); in CreateNode() 80 customNode->SetJSViewName(std::move(info.jsViewName)); in CreateNode() 81 customNode->SetIsV2(std::move(info.isV2)); in CreateNode() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | cache_result_set_test.cpp | 58 valuesBuckets.push_back(std::move(valuesBucket)); 80 valuesBuckets.push_back(std::move(valuesBucket)); 102 valuesBuckets.push_back(std::move(valuesBucket)); 128 valuesBuckets.push_back(std::move(valuesBucket)); 151 valuesBuckets.push_back(std::move(valuesBucket)); 174 valuesBuckets.push_back(std::move(valuesBucket)); 197 valuesBuckets.push_back(std::move(valuesBucket)); 220 valuesBuckets.push_back(std::move(valuesBucket)); 245 valuesBuckets.push_back(std::move(valuesBucket)); 270 valuesBuckets.push_back(std::move(valuesBucket)); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_model_ng.cpp | 130 eventHub->SetSelectChangeEvent(std::move(changeEvent)); in SetSelectChangeEvent() 139 eventHub->SetOnSelect(std::move(selectCallback)); in SetSelectCallback() 160 …InstallSwiperCallBack(eventHub, std::move(onDelete), std::move(onEnterDeleteArea), std::move(onExi… in SetDeleteArea() 161 std::move(onStateChange), isStartArea); in SetDeleteArea() 171 …InstallSwiperCallBack(eventHub, std::move(onDelete), std::move(onEnterDeleteArea), std::move(onExi… in SetDeleteArea() 172 std::move(onStateChange), isStartArea); in SetDeleteArea() 183 eventHub->SetStartOnDelete(std::move(onDelete)); in InstallSwiperCallBack() 188 eventHub->SetEndOnDelete(std::move(onDelete)); in InstallSwiperCallBack() 227 eventHub->SetStartOnDelete(std::move(onDelete)); in SetDeleteArea() 236 eventHub->SetEndOnDelete(std::move(onDelete)); in SetDeleteArea() [all …]
|
H A D | list_item_event_hub.h | 35 onSelectEvent_ = std::move(onSelect); in SetOnSelect() 45 startOnDeleteEvent_ = std::move(onDelete); in SetStartOnDelete() 55 endOnDeleteEvent_ = std::move(onDelete); in SetEndOnDelete() 65 onEnterStartDeleteAreaEvent_ = std::move(onEnterDeleteArea); in SetOnEnterStartDeleteArea() 75 onEnterEndDeleteAreaEvent_ = std::move(onEnterDeleteArea); in SetOnEnterEndDeleteArea() 85 onExitStartDeleteAreaEvent_ = std::move(onExitDeleteArea); in SetOnExitStartDeleteArea() 95 onExitEndDeleteAreaEvent_ = std::move(onExitDeleteArea); in SetOnExitEndDeleteArea() 105 selectChangeEvent_ = std::move(changeEvent); in SetSelectChangeEvent() 120 onOffsetChangeEvent_ = std::move(onOffsetChange); in SetOnOffsetChangeOffset() 132 startOnStateChangeEvent_ = std::move(onStateChangeEvent); in SetStartOnStateChange() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_partial_update_model_test_ng.cpp | 75 .updateViewIdFunc = std::move(updateViewNodeFunction), 103 .updateViewIdFunc = std::move(updateViewNodeFunction), 136 .measureFunc = std::move(measureFuncation), 174 .measureFunc = std::move(measureFuncation), 175 .layoutFunc = std::move(layoutFuncation), 216 .updateNodeFunc = std::move(updateNodeFuncation), 218 .measureFunc = std::move(measureFuncation), 219 .layoutFunc = std::move(layoutFuncation), 265 .updateNodeFunc = std::move(updateNodeFuncation), 267 .measureFunc = std::move(measureFuncation), [all …]
|
H A D | short_cuts_test_ng.cpp | 95 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 103 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 111 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 136 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 162 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 170 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 196 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 204 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); 769 ViewAbstract::SetKeyboardShortcut(VALUE_A, std::move(keys), callback); 795 ViewAbstract::SetKeyboardShortcut(VALUE_A, std::move(keys), callback); [all …]
|
H A D | view_abstract_test_ng.cpp | 624 ViewAbstract::SetOnDrop(std::move(onDrop)); 626 ViewAbstract::SetAlign(std::move(alignment)); 670 ViewAbstract::SetOnDrop(std::move(onDrop)); 672 ViewAbstract::SetAlign(std::move(alignment)); 699 ViewAbstract::SetVisibility(std::move(visible)); 845 ViewAbstract::SetTranslate(std::move(pttions)); 898 ViewAbstract::SetTranslate(std::move(pttions)); 951 ViewAbstract::SetMask(std::move(basicShape)); 993 ViewAbstract::SetMask(std::move(basicShape)); 1044 ViewAbstract::SetOverlay(std::move(overlay)); [all …]
|
H A D | view_full_update_model_ng_test.cpp | 50 RefPtr<AceType> resault = viewFullUpdateModelNG.CreateNode(std::move(info)); 73 .appearFunc = std::move(callback), 75 RefPtr<AceType> resault = viewFullUpdateModelNG.CreateNode(std::move(info)); 104 .appearFunc = std::move(callback), 105 .updateNodeFunc = std::move(updateViewNodeFunction), 107 RefPtr<AceType> resault = viewFullUpdateModelNG.CreateNode(std::move(info)); 141 .appearFunc = std::move(callback), 142 .renderFunc = std::move(renderFunction), 143 .updateNodeFunc = std::move(updateViewNodeFunction), 145 RefPtr<AceType> resault = viewFullUpdateModelNG.CreateNode(std::move(info));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_update_ng.cpp | 231 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 248 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 258 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 292 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 309 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 319 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 353 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 370 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 380 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… 414 …overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_)… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | container_window_manager.h | 66 windowMinimizeCallback_ = std::move(callback); in SetWindowMinimizeCallBack() 71 windowMaximizeCallback_ = std::move(callback); in SetWindowMaximizeCallBack() 81 windowRecoverCallback_ = std::move(callback); in SetWindowRecoverCallBack() 86 windowCloseCallback_ = std::move(callback); in SetWindowCloseCallBack() 91 windowSplitPrimaryCallback_ = std::move(callback); in SetWindowSplitPrimaryCallBack() 101 windowGetModeCallback_ = std::move(callback); in SetWindowGetModeCallBack() 106 windowGetTypeCallback_ = std::move(callback); in SetWindowGetTypeCallBack() 111 windowStartMoveCallback_ = std::move(callback); in SetWindowStartMoveCallBack() 116 WindowIsStartMovingCallback_ = std::move(callback); in SetWindowIsStartMovingCallBack() 131 getSystemBarStyleCallback_ = std::move(callback); in SetGetSystemBarStyleCallBack() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/view_context/ |
H A D | view_context_model_ng.cpp | 60 …return SheetManager::GetInstance().OpenBindSheetByUIContext(sheetContentNode, std::move(titleBuild… in OpenBindSheet() 61 …sheetStyle, std::move(onAppear), std::move(onDisappear), std::move(shouldDismiss), std::move(onWil… in OpenBindSheet() 62 std::move(onWillAppear), std::move(onWillDisappear), std::move(onHeightDidChange), in OpenBindSheet() 63 std::move(onDetentsDidChange), std::move(onWidthDidChange), std::move(onTypeDidChange), in OpenBindSheet() 64 std::move(sheetSpringBack), currentInstanceId, targetId); in OpenBindSheet()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_event_hub.h | 108 onEditChanged_ = std::move(func); in SetOnEditChanged() 134 onSubmit_ = std::move(func); in SetOnSubmit() 147 onChange_ = std::move(func); in SetOnChange() 195 onSelectionChange_ = std::move(func); in SetOnSelectionChange() 209 onCopy_ = std::move(func); in SetOnCopy() 222 onCut_ = std::move(func); in SetOnCut() 235 onPaste_ = std::move(func); in SetOnPaste() 248 onPasteWithEvent_ = std::move(func); in SetOnPasteWithEvent() 260 onScrollEvent_ = std::move(onScroll); in SetOnScroll() 362 onWillDeleteEvent_ = std::move(func); in SetOnWillDeleteEvent() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sync_event.cpp | 20 …: retry_(retry), mode_(mode), wait_(wait), query_(std::move(query)), asyncDetail_(std::move(async)) in EventInfo() 25 : retry_(retry), mode_(syncParam.mode), wait_(syncParam.wait), query_(std::move(query)), in EventInfo() 26 …asyncDetail_(std::move(async)), isCompensation_(syncParam.isCompensation), triggerMode_(syncParam.… in EventInfo() 33 operator=(std::move(info)); in EventInfo() 44 query_ = std::move(info.query_); in operator =() 45 asyncDetail_ = std::move(info.asyncDetail_); in operator =() 54 : CloudEvent(CLOUD_SYNC, std::move(storeInfo)), info_(std::move(info)) in SyncEvent() 59 : CloudEvent(evtId, std::move(storeInfo)), info_(std::move(info)) in SyncEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_executor_impl.cpp | 45 auto wrappedTask = [originTask = std::move(task), id, traceIdPtr = TraceId::CreateTraceId(), in WrapTaskWithContainer() 46 traceIdFunc = std::move(traceIdFunc)]() { in WrapTaskWithContainer() 65 auto wrappedTask = [taskWrapper = taskWrapper_, originTask = std::move(task), id, in WrapTaskWithCustomWrapper() 89 taskRunner->PostDelayedTask(std::move(task), delayTime, name, priorityType); in PostTaskToTaskRunner() 91 taskRunner->PostTask(std::move(task), name, priorityType); in PostTaskToTaskRunner() 184 …Executor::Task wrappedTask = WrapTaskWithCustomWrapper(std::move(task), currentId, std::move(trace… in OnPostTask() 185 taskWrapper_->Call(std::move(wrappedTask)); in OnPostTask() 190 …currentId >= 0 ? WrapTaskWithContainer(std::move(task), currentId, std::move(traceIdFunc)) : std::… in OnPostTask() 205 return BackgroundTaskExecutor::GetInstance().PostTask(std::move(wrappedTask)); in OnPostTask() 213 return WrapTaskWithContainer(std::move(task), id); in WrapTaskWithTraceId() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | web_model_impl.cpp | 94 webComponent->SetOnConsoleImpl(std::move(jsCallback)); in SetOnConsoleLog() 101 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnPageStart() 109 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnPageFinish() 124 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnTitleReceive() 132 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnFullScreenExit() 147 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnGeolocationHide() 155 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnGeolocationShow() 163 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnRequestFocus() 171 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnDownloadStart() 221 auto eventMarker = EventMarker(std::move(jsCallback)); in SetOnErrorReceive() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | graphics_task.cpp | 28 : task_(std::move(task)) in Message() 32 : task_(std::move(msg.task_)), pms_(std::move(msg.pms_)), ftr_(std::move(msg.ftr_)) in Message() 37 task_ = std::move(msg.task_); in operator =() 38 pms_ = std::move(msg.pms_); in operator =() 39 ftr_ = std::move(msg.ftr_); in operator =() 56 return std::move(ftr_); in GetFuture() 70 ftr = messageQueue_.emplace(std::move(task)).GetFuture(); in PushSyncMessage() 83 Message& msg = messageQueue_.emplace(std::move(task)); in PushAsyncMessage() 135 Message msg(std::move(messageQueue_.front())); in EngineThread()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_adapter_helper_impl.cpp | 117 std::shared_ptr<NWeb::NetConnectAdapter> shared = std::move(adapter); in CreateNetConnectAdapter() 167 std::shared_ptr<NWeb::MMIAdapter> shared = std::move(adapter); in CreateMMIAdapter() 181 std::shared_ptr<NWeb::OhosResourceAdapter> shared = std::move(adapter); in GetResourceAdapter() 202 std::shared_ptr<NWeb::OhosInitWebAdapter> shared = std::move(adapter); in GetInitWebAdapter() 231 std::shared_ptr<NWeb::IMFAdapter> shared = std::move(adapter); in CreateIMFAdapter() 238 std::shared_ptr<NWeb::CertManagerAdapter> shared = std::move(adapter); in GetRootCertDataAdapter() 273 std::shared_ptr<NWeb::PlayerAdapter> shared = std::move(adapter); in CreatePlayerAdapter() 336 std::shared_ptr<NWeb::NativeImageAdapter> shared = std::move(adapter); in CreateNativeImageAdapter() 350 std::shared_ptr<NWeb::MediaCodecAdapter> shared = std::move(adapter); in CreateMediaCodecEncoderAdapter() 357 std::shared_ptr<NWeb::FlowbufferAdapter> shared = std::move(adapter); in CreateFlowbufferAdapter() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 326 loadUrlImpl_ = std::move(loadUrlImpl); in SetLoadUrlImpl() 341 accessStepImpl_ = std::move(accessStepImpl); in SetAccessStepImpl() 351 backwardImpl_ = std::move(backwardImpl); in SetBackwardImpl() 356 forwardimpl_ = std::move(forwardImpl); in SetForwardImpl() 423 onInactiveImpl_ = std::move(onInactiveImpl); in SetOnInactiveImpl() 436 onActiveImpl_ = std::move(onActiveImpl); in SetOnActiveImpl() 449 zoomImpl_ = std::move(zoomImpl); in SetZoomImpl() 463 zoomInImpl_ = std::move(zoomInImpl); in SetZoomInImpl() 477 zoomOutImpl_ = std::move(zoomOutImpl); in SetZoomOutImpl() 489 refreshImpl_ = std::move(refreshImpl); in SetRefreshImpl() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_model_ng.cpp | 124 webEventHub->SetOnConsoleEvent(std::move(onConsole)); in SetOnConsoleLog() 293 webEventHub->SetOnKeyEvent(std::move(uiCallback)); in SetOnKeyEvent() 563 webEventHub->SetOnMouseEvent(std::move(uiCallback)); in SetOnMouseEvent() 590 webEventHub->SetOnScrollEvent(std::move(uiCallback)); in SetScrollId() 654 ViewAbstract::SetOnDragStart(std::move(dragStart)); in SetOnDragStart() 660 ViewAbstract::SetOnDragEnter(std::move(onDragEnter)); in SetOnDragEnter() 666 ViewAbstract::SetOnDragMove(std::move(onDragMoveId)); in SetOnDragMove() 672 ViewAbstract::SetOnDrop(std::move(onDragLeave)); in SetOnDragLeave() 677 ViewAbstract::SetOnDrop(std::move(onDropId)); in SetOnDrop() 830 webEventHub->SetOnPreKeyEvent(std::move(onConsole)); in SetOnInterceptKeyEventCallback() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_model_ng.cpp | 85 eventHub->SetOnReady(std::move(func)); in SetOnReady() 93 eventHub->SetOnReady(std::move(callback)); in SetOnReady() 101 eventHub->SetOnSelect(std::move(func)); in SetOnSelect() 224 eventHub->SetOnPaste(std::move(func)); in SetOnPaste() 232 eventHub->SetOnPaste(std::move(func)); in SetOnPaste() 381 eventHub->SetOnSubmit(std::move(func)); in SetOnSubmit() 413 eventHub->SetOnCut(std::move(func)); in SetOnCut() 421 eventHub->SetOnCut(std::move(func)); in SetOnCut() 428 eventHub->SetOnCopy(std::move(func)); in SetOnCopy() 436 eventHub->SetOnCopy(std::move(func)); in SetOnCopy() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node_base.h | 65 appearFunc_ = std::move(appearFunc); in SetAppearFunction() 70 didBuildFunc_ = std::move(didBuildFunc); in SetDidBuildFunction() 75 updateFunc_ = std::move(updateFunc); in SetUpdateFunction() 80 destroyFunc_ = std::move(destroyFunc); in SetDestroyFunction() 85 reloadFunc_ = std::move(reloadFunc); in SetReloadFunction() 99 pageTransitionFunc_ = std::move(pageTransitionFunc); in SetPageTransitionFunction() 125 hasNodeUpdateFunc_ = std::move(hasNodeUpdateFunc); in SetHasNodeUpdateFunc() 142 recycleRenderFunc_ = std::move(func); in SetRecycleRenderFunc() 159 setActiveFunc_ = std::move(func); in SetSetActiveFunc() 204 extraInfo_ = std::move(extraInfo); in SetExtraInfo() [all …]
|
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/test/ |
H A D | purgeable_cpp_test.cpp | 168 PurgeableMem pobj1(27, std::move(builder1)); 170 ModifyPurgMemByBuilder(&pobj1, std::move(mod1)); 174 PurgeableMem pobj2(27, std::move(builder2)); 176 ModifyPurgMemByBuilder(&pobj2, std::move(mod2)); 240 ModifyPurgMemByBuilder(pobj, std::move(modA2B)); 241 ModifyPurgMemByBuilder(pobj, std::move(modB2C)); 271 ModifyPurgMemByBuilder(pobj, std::move(modA2B)); 272 ModifyPurgMemByBuilder(pobj, std::move(modB2C)); 273 ModifyPurgMemByBuilder(pobj, std::move(modC2D)); 335 ModifyPurgMemByBuilder(pobj, std::move(modA2B)); [all …]
|
H A D | purgeableashmem_test.cpp | 224 PurgeableAshMem pobj1(27, std::move(builder1)); 226 ModifyPurgMemByBuilder(&pobj1, std::move(mod1)); 230 PurgeableAshMem pobj2(27, std::move(builder2)); 232 ModifyPurgMemByBuilder(&pobj2, std::move(mod2)); 298 ModifyPurgMemByBuilder(pobj, std::move(modA2B)); 299 ModifyPurgMemByBuilder(pobj, std::move(modB2C)); 330 ModifyPurgMemByBuilder(pobj, std::move(modA2B)); 567 PurgeableAshMem pobj(std::move(builder1)); 590 PurgeableAshMem pobj(std::move(builder1)); 631 PurgeableAshMem pobj(27, std::move(builder1)); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.h | 50 touchEventCallback_ = std::move(callback); in RegisterTouchEventCallback() 56 keyEventCallback_ = std::move(callback); in RegisterKeyEventCallback() 62 mouseEventCallback_ = std::move(callback); in RegisterMouseEventCallback() 68 axisEventCallback_ = std::move(callback); in RegisterAxisEventCallback() 74 rotationEventCallBack_ = std::move(callback); in RegisterRotationEventCallback() 82 cardViewPositionCallBack_ = std::move(callback); in RegisterCardViewPositionCallback() 94 viewChangeCallback_ = std::move(callback); in RegisterViewChangeCallback() 102 densityChangeCallback_ = std::move(callback); in RegisterDensityChangeCallback() 110 systemBarHeightChangeCallback_ = std::move(callback); in RegisterSystemBarHeightChangeCallback() 116 surfaceDestroyCallback_ = std::move(callback); in RegisterSurfaceDestroyCallback() [all …]
|