Searched defs:SetBool (Results 1 – 4 of 4) sorted by relevance
194 static void SetBool(Field f, Msg& msg, bool x) { in SetBool() function331 static void SetBool(Field f, Msg& msg, bool x) { in SetBool() function
1175 struct SetBool { struct1179 impl<'a> Set<'a, bool> for SetBool { implementation1180 fn new(val: &'a bool) -> SetBool { in new()
103 bool SetBool(PyObject *value) { in SetBool() function
1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage