Searched defs:is_open (Results 1 – 9 of 9) sorted by relevance
| /third_party/zlib/contrib/iostream3/ |
| D | zfstream.h | 57 is_open() const { return (file != NULL); } in is_open() function 270 is_open() { return sb.is_open(); } in is_open() function 359 is_open() { return sb.is_open(); } in is_open() function
|
| /third_party/zlib/contrib/iostream/ |
| D | zfstream.h | 22 inline int is_open() const { return (file !=NULL); } in is_open() function
|
| /third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
| D | hb-draw-fuzzer.cc | 11 bool is_open; member
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 4631 bool is_open = TreeNodeExV(str_id, 0, fmt, args); in TreeNode() local 4640 bool is_open = TreeNodeExV(ptr_id, 0, fmt, args); in TreeNode() local 4676 bool is_open = TreeNodeExV(str_id, flags, fmt, args); in TreeNodeEx() local 4685 bool is_open = TreeNodeExV(ptr_id, flags, fmt, args); in TreeNodeEx() local 4722 bool is_open; in TreeNodeBehaviorIsOpen() local 4792 bool is_open = TreeNodeBehaviorIsOpen(id, flags); in TreeNodeBehavior() local 4967 void ImGui::SetNextTreeNodeOpen(bool is_open, ImGuiCond cond) in SetNextTreeNodeOpen() 4997 …bool is_open = TreeNodeBehavior(id, flags | ImGuiTreeNodeFlags_CollapsingHeader | (p_open ? ImGuiT… in CollapsingHeader() local 5498 bool is_open = Begin("##MainMenuBar", NULL, window_flags) && BeginMenuBar(); in BeginMainMenuBar() local
|
| 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/node/deps/v8/src/torque/ |
| D | ast.h | 195 bool is_open; member
|
| D | torque-parser.cc | 1374 const bool is_open = child_results->NextAs<bool>(); in MakeEnumDeclaration() local
|
| /third_party/ntfs-3g/libfuse-lite/ |
| 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/ |
| D | fuse.c | 2355 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() function
|