Lines Matching refs:_ObjInCtx
23 static IUnknown* create(_Type* _ObjInCtx) { in create()
24 return reinterpret_cast<IUnknown*>(_ObjInCtx); in create()
32 static IUnknown* create(_Type* _ObjInCtx) { in create()
41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf()); in create()
54 …reate(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, void* _ObjInCtx, IInspectable** … in create()
55 (void)_ObjInCtx; in create()
63 …reate(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, Type* _ObjInCtx, IInspectable** …
64 return spPropVal->Create##Name(*_ObjInCtx, ppInsp);\
72 static IUnknown* create(_Type* _ObjInCtx, size_t N) { in create()
81 … hr = winrt_array_type<_Type>::create(spPropVal.Get(), N, _ObjInCtx, _PObj.GetAddressOf()); in create()
118 …oundation::IPropertyValueStatics* spPropVal, UINT32 __valueSize, Type** _ObjInCtx, IInspectable** …
119 return spPropVal->Create##Name##Array(__valueSize, *_ObjInCtx, ppInsp);\