Lines Matching refs:FSReqBase
107 class FSReqBase : public ReqWrap<uv_fs_t> {
111 inline FSReqBase(BindingData* binding_data,
115 ~FSReqBase() override;
148 static FSReqBase* from_req(uv_fs_t* req) {
149 return static_cast<FSReqBase*>(ReqWrap::from_req(req));
152 FSReqBase(const FSReqBase&) = delete;
153 FSReqBase& operator=(const FSReqBase&) = delete;
175 class FSReqCallback final : public FSReqBase {
213 class FSReqPromise final : public FSReqBase {
247 FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req);
261 BaseObjectPtr<FSReqBase> wrap_;
449 inline FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args,
455 inline FSReqBase* AsyncDestCall(Environment* env, FSReqBase* req_wrap,
463 inline FSReqBase* AsyncCall(Environment* env,
464 FSReqBase* req_wrap,