Home
last modified time | relevance | path

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

/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/cef/libcef/browser/prefs/
Drenderer_prefs.cc179 void SetBool(CommandLinePrefStore* prefs, const std::string& key, bool value) { in SetBool() function
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.cc291 NO_SANITIZE("cfi-icall") bool CefValueCToCpp::SetBool(bool value) { in SetBool() function in CefValueCToCpp
Dlist_value_ctocpp.cc400 bool CefListValueCToCpp::SetBool(size_t index, bool value) { in SetBool() function in CefListValueCToCpp
Ddictionary_value_ctocpp.cc512 bool CefDictionaryValueCToCpp::SetBool(const CefString& key, bool value) { in SetBool() function in CefDictionaryValueCToCpp
/third_party/cef/libcef/common/
Dvalues_impl.cc298 bool CefValueImpl::SetBool(bool value) { in SetBool() function in CefValueImpl
888 bool CefDictionaryValueImpl::SetBool(const CefString& key, bool value) { in SetBool() function in CefDictionaryValueImpl
1307 bool CefListValueImpl::SetBool(size_t index, bool value) { in SetBool() function in CefListValueImpl
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc234 bool SetBool(bool val) override { return (val == TEST_BOOL_VAL); } in SetBool() function in CefTranslatorTestImpl
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.cc154 NO_SANITIZE("cfi-icall") bool CefTranslatorTestCToCpp::SetBool(bool val) { in SetBool() function in CefTranslatorTestCToCpp
/third_party/mesa3d/src/imgui/
Dimgui.cpp1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp1937 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp2026 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage