Searched refs:NotificationInfo (Results 1 – 1 of 1) sorted by relevance
1135 struct NotificationInfo { struct1139 NotificationInfo() : total_count(0) {} in NotificationInfo() argument1141 ~NotificationInfo() {} in ~NotificationInfo() argument1152 typedef std::map<syncable::ModelType, NotificationInfo> NotificationInfoMap;2715 NotificationInfo* info = ¬ification_info_map_[it->first]; in UpdateNotificationInfo()