Searched refs:PrefType (Results 1 – 2 of 2) sorted by relevance
44 FakePrefs::PrefType const FakePrefs::PrefConsts<string>::type =45 FakePrefs::PrefType::kString;51 FakePrefs::PrefType const FakePrefs::PrefConsts<int64_t>::type =52 FakePrefs::PrefType::kInt64;58 FakePrefs::PrefType const FakePrefs::PrefConsts<bool>::type =59 FakePrefs::PrefType::kBool;108 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName()110 case PrefType::kString: in GetTypeName()112 case PrefType::kInt64: in GetTypeName()114 case PrefType::kBool: in GetTypeName()[all …]
58 enum class PrefType { enum70 PrefType type;79 static FakePrefs::PrefType const type;86 static std::string GetTypeName(PrefType type);89 void CheckKeyType(const std::string& key, PrefType type) const;