Searched refs:PrefType (Results 1 – 2 of 2) sorted by relevance
45 FakePrefs::PrefType const FakePrefs::PrefConsts<string>::type =46 FakePrefs::PrefType::kString;52 FakePrefs::PrefType const FakePrefs::PrefConsts<int64_t>::type =53 FakePrefs::PrefType::kInt64;59 FakePrefs::PrefType const FakePrefs::PrefConsts<bool>::type =60 FakePrefs::PrefType::kBool;116 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName()118 case PrefType::kString: in GetTypeName()120 case PrefType::kInt64: in GetTypeName()122 case PrefType::kBool: in GetTypeName()[all …]
61 enum class PrefType { enum73 PrefType type;82 static FakePrefs::PrefType const type;89 static std::string GetTypeName(PrefType type);92 void CheckKeyType(const std::string& key, PrefType type) const;