HomeSort by relevance Sort by last modified time
    Searched defs:FakePrefs (Results 1 - 2 of 2) sorted by null

  /system/update_engine/common/
fake_prefs.h 36 class FakePrefs : public PrefsInterface {
38 FakePrefs() = default;
39 ~FakePrefs();
79 static FakePrefs::PrefType const type;
82 static T FakePrefs::PrefValue::* const member;
108 DISALLOW_COPY_AND_ASSIGN(FakePrefs);
fake_prefs.cc 25 using chromeos_update_engine::FakePrefs;
38 FakePrefs::~FakePrefs() {
44 FakePrefs::PrefType const FakePrefs::PrefConsts<string>::type =
45 FakePrefs::PrefType::kString;
47 string FakePrefs::PrefValue::* const // NOLINT(runtime/string), not static str.
48 FakePrefs::PrefConsts<string>::member = &FakePrefs::PrefValue::as_str;
51 FakePrefs::PrefType const FakePrefs::PrefConsts<int64_t>::type
    [all...]

Completed in 57 milliseconds