Home
last modified time | relevance | path

Searched refs:CreateCallContext (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dfunctions.cpp37 ICallContext::Ptr SettableFunction::CreateCallContext() const in CreateCallContext() function in SettableFunction
40 return p ? p->CreateCallContext() : nullptr; in CreateCallContext()
94 ICallContext::Ptr PropertyFunction::CreateCallContext() const in CreateCallContext() function in PropertyFunction
H A Dfunctions.h32 ICallContext::Ptr CreateCallContext() const override; in META_BEGIN_NAMESPACE()
52 ICallContext::Ptr CreateCallContext() const override;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dfunction.h53 ICallContext::Ptr CreateCallContext() const override in META_BEGIN_NAMESPACE()
175 auto context = func->CreateCallContext();
226 auto context = func->CreateCallContext();
H A Dcall_context.h172 ICallContext::Ptr CreateCallContext(Ret (Obj::*)(Args...), const BASE_NS::array_view<BASE_NS::strin… in CreateCallContext() function
181 ICallContext::Ptr CreateCallContext(Ret (Obj::*)(Args...) const, const BASE_NS::array_view<BASE_NS:… in CreateCallContext() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_function.h61 virtual ICallContext::Ptr CreateCallContext() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dimplementation_macros.h256 … return CreateCallContext(&class ::func, ::META_NS::ParamNameToView(arr)); \
265 … return ::META_NS::CreateCallContext(&class ::func, ::META_NS::ParamNameToView(arr)); \
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dbind.cpp138 context_ = func_->CreateCallContext(); in CreateContext()