Searched defs:DeathNotifications (Results 1 – 1 of 1) sorted by relevance
244 struct DeathNotifications { struct250 size_t count;256 nsecs_t lastSentNs;260 std::map<uint64_t, std::vector<size_t>> indices;262 DeathNotifications() in DeathNotifications() argument