Home
last modified time | relevance | path

Searched defs:SetBool (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs1175 struct SetBool { struct
1179 impl<'a> Set<'a, bool> for SetBool { argument
1180 fn new(val: &'a bool) -> SetBool { in new()
/third_party/mesa3d/src/imgui/
Dimgui.cpp1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage