Searched refs:ProfileKey (Results 1 – 1 of 1) sorted by relevance
42 struct ProfileKey { struct47 static std::unique_ptr<ProfileKey> Parse(const std::string& entryKey);50 std::unique_ptr<ProfileKey> ProfileKey::Parse(const std::string& entryKey) in Parse()60 auto profileKey = std::make_unique<ProfileKey>(); in Parse()104 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in OnChange()137 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in ConvertEntry()