Home
last modified time | relevance | path

Searched defs:is_open (Results 1 – 9 of 9) sorted by relevance

/third_party/zlib/contrib/iostream3/
Dzfstream.h57 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/
Dzfstream.h22 inline int is_open() const { return (file !=NULL); } in is_open() function
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-draw-fuzzer.cc11 bool is_open; member
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp4631 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
Dimgui.cpp6917 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/
Dast.h195 bool is_open; member
Dtorque-parser.cc1374 const bool is_open = child_results->NextAs<bool>(); in MakeEnumDeclaration() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c1057 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() function
/third_party/libfuse/lib/
Dfuse.c2355 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() function