Home
last modified time | relevance | path

Searched defs:IsClosing (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/quic/
Dlogstream.cc130 bool LogStream::IsClosing() { in IsClosing() function in node::quic::LogStream
/third_party/node/src/
Djs_stream.cc44 bool JSStream::IsClosing() { in IsClosing() function in node::JSStream
Dstream_wrap.cc188 bool LibuvStreamWrap::IsClosing() { in IsClosing() function in node::LibuvStreamWrap
Dnode_file.h322 bool IsClosing() override { return closing_; } in IsClosing() function
Dheap_utils.cc326 bool IsClosing() override { return snapshot_ == nullptr; } in IsClosing() function in node::heap::__anon19bbe95d0111::HeapSnapshotStream
Dnode_http2.h428 bool IsClosing() override { in IsClosing() function
/third_party/node/src/crypto/
Dcrypto_tls.cc927 bool TLSWrap::IsClosing() { in IsClosing() function in node::crypto::TLSWrap