Home
last modified time | relevance | path

Searched refs:SetBool (Results 1 - 13 of 13) sorted by relevance

/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs43 /// * Type that implements the `Set` trait for the type from the previous item (like `SetBool` for
164 $name, SetOnly, $level, $flag, bool, SetBool);
179 $name, Both, $level, $flag, bool, GetBool, SetBool);
1175 struct SetBool { structure names
1179 impl<'a> Set<'a, bool> for SetBool {
1180 fn new(val: &'a bool) -> SetBool { in new()
1181 SetBool { in new()
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.cc398 reflection->SetBool(new_entry, key_des, map_key.GetBoolValue()); in SyncRepeatedFieldWithMapNoLock()
425 reflection->SetBool(new_entry, val_des, map_val.GetBoolValue()); in SyncRepeatedFieldWithMapNoLock()
H A Dmap_test_util.h369 sub_message->GetReflection()->SetBool(sub_message, map_bool_bool_key_, false); in SetMapFieldsViaReflection()
370 sub_message->GetReflection()->SetBool(sub_message, map_bool_bool_val_, false); in SetMapFieldsViaReflection()
464 sub_message->GetReflection()->SetBool(sub_message, map_bool_bool_key_, true); in SetMapFieldsViaReflection()
465 sub_message->GetReflection()->SetBool(sub_message, map_bool_bool_val_, true); in SetMapFieldsViaReflection()
H A Dmessage.h559 void SetBool(Message* message, const FieldDescriptor* field,
H A Dtest_util.h210 reflection->SetBool(message, F("optional_bool"), true); in SetAllFieldsViaReflection()
325 reflection->SetBool(message, F("default_bool"), false); in SetAllFieldsViaReflection()
H A Dtext_format.cc2183 reflection->SetBool(message, field_desc, key.GetBoolValue()); in CopyKey()
2224 reflection->SetBool(message, field_desc, value.GetBoolValue()); in CopyValue()
H A Dextension_set.h268 void SetBool(int number, FieldType type, bool value, desc);
/third_party/mesa3d/src/imgui/
H A Dimgui.h1626 IMGUI_API void SetBool(ImGuiID key, bool val);
H A Dimgui.cpp1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2334 reflection->SetBool(message, field_descriptor, value); in InternalSetNonOneofScalar()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2150 IMGUI_API void SetBool(ImGuiID key, bool val);
H A Dimgui.cpp2026 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 97 milliseconds