Lines Matching defs:const
31 using JSMethodFunction = void(const v8::FunctionCallbackInfo<v8::Value>& args);
54 void Done(int status, const char* error_str = nullptr);
57 StreamBase* stream() const { return stream_; }
74 StreamBase* const stream_;
86 const BaseObjectPtrImpl<T, kIsWeak>& base_obj);
103 const BaseObjectPtrImpl<T, kIsWeak>& base_obj);
142 const uv_buf_t& buf) = 0;
167 StreamResource* stream() const { return stream_; }
200 void OnStreamRead(ssize_t nread, const uv_buf_t& buf) override;
209 void OnStreamRead(ssize_t nread, const uv_buf_t& buf) override;
266 virtual bool HasWantsWrite() const { return false; }
270 virtual const char* Error() const;
288 const uv_buf_t& buf = uv_buf_init(nullptr, 0));
334 Environment* stream_env() const { return env_; }
379 int ReadStartJS(const v8::FunctionCallbackInfo<v8::Value>& args);
380 int ReadStopJS(const v8::FunctionCallbackInfo<v8::Value>& args);
381 int Shutdown(const v8::FunctionCallbackInfo<v8::Value>& args);
382 int Writev(const v8::FunctionCallbackInfo<v8::Value>& args);
383 int WriteBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
385 int WriteString(const v8::FunctionCallbackInfo<v8::Value>& args);
386 int UseUserBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
388 static void GetFD(const v8::FunctionCallbackInfo<v8::Value>& args);
389 static void GetExternal(const v8::FunctionCallbackInfo<v8::Value>& args);
390 static void GetBytesRead(const v8::FunctionCallbackInfo<v8::Value>& args);
391 static void GetBytesWritten(const v8::FunctionCallbackInfo<v8::Value>& args);
395 const v8::FunctionCallbackInfo<v8::Value>& args)>
396 static void JSMethod(const v8::FunctionCallbackInfo<v8::Value>& args);
411 void SetWriteResult(const StreamWriteResult& res);
441 bool IsNotIndicativeOfMemoryLeakAtExit() const override {
458 bool IsNotIndicativeOfMemoryLeakAtExit() const override {