Lines Matching refs:CloseReq
372 class CloseReq final : public ReqWrap<uv_fs_t> {
374 CloseReq(Environment* env,
378 ~CloseReq() override;
384 SET_MEMORY_INFO_NAME(CloseReq)
385 SET_SELF_SIZE(CloseReq)
391 static CloseReq* from_req(uv_fs_t* req) {
392 return static_cast<CloseReq*>(ReqWrap::from_req(req));
395 CloseReq(const CloseReq&) = delete;
396 CloseReq& operator=(const CloseReq&) = delete;
397 CloseReq(const CloseReq&&) = delete;
398 CloseReq& operator=(const CloseReq&&) = delete;