Searched refs:GetSuffixAsyncContext (Results 1 – 2 of 2) sorted by relevance
216 struct GetSuffixAsyncContext : public CommonAsyncContext { struct217 explicit GetSuffixAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in GetSuffixAsyncContext() function
1805 GetSuffixAsyncContext *asyncContext = new (std::nothrow) GetSuffixAsyncContext(env); in GetDLPSuffix()1810 std::unique_ptr<GetSuffixAsyncContext> callbackPtr { asyncContext }; in GetDLPSuffix()