Home
last modified time | relevance | path

Searched defs:is_open (Results 1 – 12 of 12) 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/skia/third_party/externals/imgui/
Dimgui_widgets.cpp5689 bool is_open = TreeNodeExV(str_id, 0, fmt, args); in TreeNode() local
5698 bool is_open = TreeNodeExV(ptr_id, 0, fmt, args); in TreeNode() local
5734 bool is_open = TreeNodeExV(str_id, flags, fmt, args); in TreeNodeEx() local
5743 bool is_open = TreeNodeExV(ptr_id, flags, fmt, args); in TreeNodeEx() local
5780 bool is_open; in TreeNodeBehaviorIsOpen() local
5861 bool is_open = TreeNodeBehaviorIsOpen(id, flags); in TreeNodeBehavior() local
6058 void ImGui::SetNextItemOpen(bool is_open, ImGuiCond cond) in SetNextItemOpen()
6096 bool is_open = TreeNodeBehavior(id, flags, label); in CollapsingHeader() local
6773 bool is_open = Begin(name, NULL, window_flags); in BeginViewportSideBar() local
6790 … bool is_open = BeginViewportSideBar("##MainMenuBar", viewport, ImGuiDir_Up, height, window_flags); in BeginMainMenuBar() local
Dimgui.cpp8503 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/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
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h54557 long unsigned int is_open; member