Home
last modified time | relevance | path

Searched refs:Obj (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dcall_context.h171 template<typename Obj, typename Ret, typename... Args>
172 ICallContext::Ptr CreateCallContext(Ret (Obj::*)(Args...), const BASE_NS::array_view<BASE_NS::string_view>& names)
180 template<typename Obj, typename Ret, typename... Args>
181 ICallContext::Ptr CreateCallContext(Ret (Obj::*)(Args...) const, const BASE_NS::array_view<BASE_NS::string_view>& names)
296 template<typename Obj, typename Ret, typename... Args>
297 bool CallFunction(const ICallContext::Ptr& context, Obj* obj, Ret (Obj::*func)(Args...))
302 template<typename Obj, typename Ret, typename... Args>
303 bool CallFunction(const ICallContext::Ptr& context, const Obj* obj, Ret (Obj
[all...]
H A Dfunction.h31 template<typename Obj, typename Func>
68 BASE_NS::string n, BASE_NS::weak_ptr<BASE_NS::remove_const_t<Obj>> obj, Func f, Internal::FContext* context) in DefaultFunction()
77 BASE_NS::weak_ptr<BASE_NS::remove_const_t<Obj>> obj_ {};
85 template<typename Obj, typename MemFun>
86 IFunction::Ptr CreateFunction(BASE_NS::string_view name, Obj* obj, MemFun func, Internal::FContext* context) in CreateFunction()
88 using ObjType = BASE_NS::shared_ptr<BASE_NS::remove_const_t<Obj>>; in CreateFunction()
96 new DefaultFunction<Obj, decltype(l)>(BASE_NS::string(name), objPtr, BASE_NS::move(l), context)); in CreateFunction()
/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp611 panda::JSValueRef* Obj = reinterpret_cast<panda::JSValueRef *>(recv); in napi_make_callback() local
615 callBackRst = MakeCallback(engine, funRef, Obj, in napi_make_callback()
619 callBackRst = nativeAsyncContext->MakeCallback(funRef, Obj, in napi_make_callback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp128 return inType == reflection::BaseType::Obj; in IsObjectType()
265 {reflection::BaseType::Obj, FieldType::INTERNAL_FIELD_OBJECT} in MapFieldType()

Completed in 4 milliseconds