Searched refs:IIPtrType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | any_pointer_compatibility.h | 40 … using IIPtrType = BASE_NS::conditional_t<IsConst, SharedPtrConstIInterface, SharedPtrIInterface>; member 71 static AnyReturnValue GetData(const TypeId& id, void* data, const IIPtrType& ptr) in GetData() 86 static bool SetData(const TypeId& id, const void* data, IIPtrType& out) in SetData() 129 … using IIPtrType = BASE_NS::conditional_t<IsConst, SharedPtrConstIInterface, SharedPtrIInterface>; 162 static AnyReturnValue GetData(const TypeId& id, void* data, const IIPtrType& ptr) 180 static bool SetData(const TypeId& id, const void* data, IIPtrType& out)
|
H A D | any.h | 76 typename PCType::IIPtrType p; in SetData() 90 typename AnyPC<Type>::IIPtrType p; in CopyFrom()
|