Home
last modified time | relevance | path

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

/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 __anon24129eec0311::Impl
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go111 func (x ID) IsOpen() bool { return minOpen <= x && x <= maxOpen } func