Searched defs:IsClosing (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/quic/ | ||
D | logstream.cc | 130 bool LogStream::IsClosing() { in IsClosing() function in node::quic::LogStream |
/third_party/node/src/ | ||
D | js_stream.cc | 44 bool JSStream::IsClosing() { in IsClosing() function in node::JSStream |
D | stream_wrap.cc | 188 bool LibuvStreamWrap::IsClosing() { in IsClosing() function in node::LibuvStreamWrap |
D | node_file.h | 322 bool IsClosing() override { return closing_; } in IsClosing() function |
D | heap_utils.cc | 326 bool IsClosing() override { return snapshot_ == nullptr; } in IsClosing() function in node::heap::__anon19bbe95d0111::HeapSnapshotStream |
D | node_http2.h | 428 bool IsClosing() override { in IsClosing() function |
/third_party/node/src/crypto/ | ||
D | crypto_tls.cc | 927 bool TLSWrap::IsClosing() { in IsClosing() function in node::crypto::TLSWrap |