Searched refs:GetEditorAttributeContext (Results 1 – 2 of 2) sorted by relevance
214 struct GetEditorAttributeContext : public AsyncCall::Context { struct216 GetEditorAttributeContext() : Context(nullptr, nullptr){}; in GetEditorAttributeContext() argument217 …GetEditorAttributeContext(InputAction input, OutputAction output) : Context(std::move(input), std:… in GetEditorAttributeContext() argument405 napi_env env, std::shared_ptr<GetEditorAttributeContext> getEditorAttribute);
574 auto ctxt = std::make_shared<GetEditorAttributeContext>(); in GetEditorAttribute()