Searched defs:SetBoolean (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/update_engine/common/ | ||
H A D | fake_prefs.cc | 88 bool FakePrefs::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::FakePrefs |
H A D | prefs.cc | 98 bool PrefsBase::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::PrefsBase |
/aosp12/art/runtime/ | ||
H A D | art_field-inl.h | 156 inline void ArtField::SetBoolean(ObjPtr<mirror::Object> object, uint8_t z) { in SetBoolean() function |
/aosp12/art/dexlayout/ | ||
H A D | dex_ir.h | 771 void SetBoolean(bool z) { u_.bool_val_ = z; } in SetBoolean() function |