Searched refs:SetBool (Results 1 - 13 of 13) sorted by relevance
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 43 /// * 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 D | map_field.cc | 398 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 D | map_test_util.h | 369 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 D | message.h | 559 void SetBool(Message* message, const FieldDescriptor* field,
|
H A D | test_util.h | 210 reflection->SetBool(message, F("optional_bool"), true); in SetAllFieldsViaReflection() 325 reflection->SetBool(message, F("default_bool"), false); in SetAllFieldsViaReflection()
|
H A D | text_format.cc | 2183 reflection->SetBool(message, field_desc, key.GetBoolValue()); in CopyKey() 2224 reflection->SetBool(message, field_desc, value.GetBoolValue()); in CopyValue()
|
H A D | extension_set.h | 268 void SetBool(int number, FieldType type, bool value, desc);
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 1626 IMGUI_API void SetBool(ImGuiID key, bool val);
|
H A D | imgui.cpp | 1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 2334 reflection->SetBool(message, field_descriptor, value); in InternalSetNonOneofScalar()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 2150 IMGUI_API void SetBool(ImGuiID key, bool val);
|
H A D | imgui.cpp | 2026 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 97 milliseconds