Searched refs:stdDecodeInfo_ (Results 1 – 2 of 2) sorted by relevance
606 return stdDecodeInfo_->promise; in Decode()612 stdDecodeInfo_ = new DecodeInfo(); in CreateDecodePromise()613 stdDecodeInfo_->sinputDecode = inputDecode; in CreateDecodePromise()614 stdDecodeInfo_->slength = length; in CreateDecodePromise()615 stdDecodeInfo_->env = env; in CreateDecodePromise()616 stdDecodeInfo_->valueType = valueType; in CreateDecodePromise()617 napi_create_promise(env, &stdDecodeInfo_->deferred, &stdDecodeInfo_->promise); in CreateDecodePromise()620 reinterpret_cast<void*>(stdDecodeInfo_), &stdDecodeInfo_->worker); in CreateDecodePromise()621 napi_queue_async_work_with_qos(env, stdDecodeInfo_->worker, napi_qos_user_initiated); in CreateDecodePromise()
158 DecodeInfo *stdDecodeInfo_ = nullptr; variable