Home
last modified time | relevance | path

Searched defs:IsOpen (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_container.h59 bool IsOpen() const { return is_open_; } in IsOpen() function
/third_party/gptfdisk/
Ddiskio.h77 int IsOpen(void) {return isOpen;} in IsOpen() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandRecordingContext.cpp118 bool CommandRecordingContext::IsOpen() const { in IsOpen() function in dawn_native::d3d12::CommandRecordingContext
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc162 bool IsOpen() override { in IsOpen() function in __anonc655e44e0311::Impl
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go111 func (x ID) IsOpen() bool { return minOpen <= x && x <= maxOpen } func