Searched defs:IsClosed (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ | ||
D | gpu_buffer_mgr.cc | 156 bool GpuBufferMgr::IsClosed() const { return closed_; } in IsClosed() function in mindspore::device::GpuBufferMgr |
/third_party/node/src/ | ||
D | stream_pipe.cc | 273 void StreamPipe::IsClosed(const FunctionCallbackInfo<Value>& args) { in IsClosed() function in node::StreamPipe |
/third_party/cef/libcef/browser/views/ | ||
D | window_impl.cc | 167 bool CefWindowImpl::IsClosed() { in IsClosed() function in CefWindowImpl |
/third_party/cef/libcef_dll/ctocpp/views/ | ||
D | window_ctocpp.cc | 107 NO_SANITIZE("cfi-icall") bool CefWindowCToCpp::IsClosed() { in IsClosed() function in CefWindowCToCpp |