Home
last modified time | relevance | path

Searched defs:GetBoolean (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/common/
H A Dfake_prefs.cc84 bool FakePrefs::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::FakePrefs
H A Dprefs.cc82 bool PrefsBase::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::PrefsBase
/aosp12/system/update_engine/update_manager/
H A Devaluation_context_unittest.cc60 bool GetBoolean(bool* value) { in GetBoolean() function
/aosp12/art/runtime/
H A Dart_field-inl.h151 inline uint8_t ArtField::GetBoolean(ObjPtr<mirror::Object> object) { in GetBoolean() function
/aosp12/art/dexlayout/
H A Ddex_ir.h789 bool GetBoolean() const { return u_.bool_val_; } in GetBoolean() function