Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/json/internal/
Dparser_traits.h194 static void SetBool(Field f, Msg& msg, bool x) { in SetBool() function
331 static void SetBool(Field f, Msg& msg, bool x) { in SetBool() function
/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs1175 struct SetBool { struct
1179 impl<'a> Set<'a, bool> for SetBool { implementation
1180 fn new(val: &'a bool) -> SetBool { in new()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/
Dpi_jit_config.h103 bool SetBool(PyObject *value) { in SetBool() function
/third_party/mesa3d/src/imgui/
Dimgui.cpp1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage