Searched defs:is_open (Results 1 - 16 of 16) sorted by relevance
/third_party/zlib/contrib/iostream/ |
H A D | zfstream.h | 22 inline int is_open() const { return (file !=NULL); } in is_open() function in gzfilebuf
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.h | 57 is_open() const { return (file != NULL); } in is_open() function in gzfilebuf 270 is_open() { return sb.is_open(); } in is_open() function in gzifstream 359 is_open() { return sb.is_open(); } in is_open() function in gzofstream
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | hb-draw-fuzzer.cc | 11 bool is_open; member
|
/third_party/backends/backend/ |
H A D | pnm.c | 67 static int is_open = 0; variable
|
H A D | dc240.c | 107 static SANE_Bool is_open = 0; variable
|
H A D | dc210.c | 104 static SANE_Bool is_open = 0; variable
|
H A D | gphoto2.c | 116 static SANE_Bool is_open = 0; variable
|
H A D | dc25.c | 114 static SANE_Bool is_open = 0; variable
|
H A D | mustek_usb_high.h | 262 SANE_Bool is_open; member
|
/third_party/node/deps/v8/src/torque/ |
H A D | ast.h | 195 bool is_open; member
|
H A D | torque-parser.cc | 1374 const bool is_open = child_results->NextAs<bool>(); in MakeEnumDeclaration() local
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 1057 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() function
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2355 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() function
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 6917 bool is_open = Begin(name, NULL, extra_flags | ImGuiWindowFlags_Popup); in BeginPopupEx() local 6955 const bool is_open = Begin(name, p_open, flags); in BeginPopupModal() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 8503 bool is_open = Begin(name, NULL, flags); in BeginPopupEx() local 8545 const bool is_open = Begin(name, p_open, flags); in BeginPopupModal() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 17075 int is_open = 0; in nk_contextual_begin() local 17359 int is_open = 0; in nk_menu_begin() local 24557 int is_open in nk_combo_begin() local [all...] |
Completed in 112 milliseconds