Home
last modified time | relevance | path

Searched refs:HasWantsWrite (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dstream_base.h259 virtual bool HasWantsWrite() const { return false; } in HasWantsWrite() function
Dstream_pipe.cc30 uses_wants_write_ = sink->HasWantsWrite(); in StreamPipe()
Dnode_http2.h296 bool HasWantsWrite() const override { return true; } in HasWantsWrite() function