Searched refs:PrefType (Results 1 – 2 of 2) sorted by relevance
46 FakePrefs::PrefType const FakePrefs::PrefConsts<string>::type =47 FakePrefs::PrefType::kString;53 FakePrefs::PrefType const FakePrefs::PrefConsts<int64_t>::type =54 FakePrefs::PrefType::kInt64;60 FakePrefs::PrefType const FakePrefs::PrefConsts<bool>::type =61 FakePrefs::PrefType::kBool;133 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName()135 case PrefType::kString: in GetTypeName()137 case PrefType::kInt64: in GetTypeName()139 case PrefType::kBool: in GetTypeName()[all …]
64 enum class PrefType { enum76 PrefType type;85 static FakePrefs::PrefType const type;92 static std::string GetTypeName(PrefType type);95 void CheckKeyType(const std::string& key, PrefType type) const;