/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | entity_reference.h | 76 : entity_(BASE_NS::exchange(other.entity_, Entity {})), counter_(BASE_NS::exchange(other.counter_, nullptr)) in exchange() function in EntityReference
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/ |
H A D | property_handle.cpp | 29 data_(BASE_NS::exchange(other.data_, nullptr)), size_(BASE_NS::exchange(other.size_, 0U)) in exchange() function
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | refcnt_ptr.h | 46 refcnt_ptr(refcnt_ptr&& ptr) noexcept : ptr_(exchange(ptr.ptr_, nullptr)) {} in exchange() function in refcnt_ptr
|
H A D | type_traits.h | 227 constexpr T exchange(T& obj, U&& new_value) in exchange() function
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | resource_handle.h | 202 : handle_(BASE_NS::exchange(other.handle_, {})), counter_(BASE_NS::exchange(other.counter_, nullptr)) in exchange() function
|
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_value.h | 43 index_(BASE_NS::exchange(other.index_, 0U)) in exchange() function in PropertyValue
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | task_manager.c | 101 Exchange exchange = {0};
in SAMGR_ReleaseTaskPool() local 128 Exchange exchange;
in TaskEntry() local 151 ProcRequest(Exchange *exchange, ServiceImpl *serviceImpl) ProcRequest() argument 164 ProcResponse(Exchange *exchange) ProcResponse() argument 177 ProcDirectRequest(Exchange *exchange) ProcDirectRequest() argument 190 CorrectServiceImpl(Exchange *exchange, ServiceImpl *serviceImpl) CorrectServiceImpl() argument 228 EndWork(ServiceImpl *service, const Exchange *exchange) EndWork() argument [all...] |
H A D | message.c | 39 Exchange exchange = {*identity, *request, {NULL, 0}, MSG_NON, handler, NULL};
in SAMGR_SendRequest() local 56 Exchange *exchange = GET_OBJECT(request, Exchange, request);
in SAMGR_SendResponse() local 100 SAMGR_FreeMsg(Exchange *exchange) SAMGR_FreeMsg() argument 123 Exchange exchange = {*identity, *request, {NULL, 0}, MSG_NON, handler, token}; SAMGR_SendSharedRequest() local 141 Exchange exchange = {0}; SAMGR_SendSharedDirectRequest() local 171 Exchange *exchange = GET_OBJECT(request, Exchange, request); SAMGR_SendResponseByIdentity() local 180 SharedSend(MQueueId queueId, Exchange *exchange, int initRef) SharedSend() argument 204 FreeReference(Exchange *exchange) FreeReference() argument [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 668 customProperties_(exchange(other.customProperties_, {})) in exchange() function [all...] |
H A D | material_component_manager.cpp | 886 data_(exchange(other.data_, {})), custom_(exchange(other.custom_, {})) in exchange() function [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 581 FillpSysArchCompAndWwap( IO volatile FILLP_ULONG *sem, IN volatile FILLP_ULONG oldValue, IN volatile FILLP_ULONG exchange) FillpSysArchCompAndWwap() argument
|