Searched defs:ProfileEntry (Results 1 – 3 of 3) sorted by relevance
35 struct ProfileEntry { struct37 ProfileEntry(T&& k, T&& val, ProfileChangeType type) in ProfileEntry() function39 ProfileEntry() {} in ProfileEntry() argument52 ProfileChangeNotification(std::vector<ProfileEntry>& profileEntries, in ProfileChangeNotification() argument
73 for (const auto& ProfileEntry : profileEntries) { in OnProfileChanged() local
90 for (const auto& ProfileEntry : profileEntries) { in OnProfileChanged() local