Home
last modified time | relevance | path

Searched refs:ptrType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dmemmgr_ptr_util.h27 #define MAKE_POINTER(ptrSelf, ptrType, classType, errLog, errAction, ...) \ argument
31 ptrSelf = std::make_##ptrType<classType>(__VA_ARGS__); \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_command_templates.h63 using ptrType = typename std::tuple_element<1, decltype(params_)>::type; in GetDrawCmdList() local
64 if constexpr (std::is_same<std::shared_ptr<Drawing::DrawCmdList>, ptrType>::value) { in GetDrawCmdList()
66 } else if constexpr (std::is_same<std::shared_ptr<RSRenderModifier>, ptrType>::value) { in GetDrawCmdList()