Home | History | Annotate | Download | only in base

Lines Matching full:deaths

141   ThreadData::DeathsSnapshot deaths;
142 data->SnapshotMaps(0, &birth_map, &deaths);
144 EXPECT_EQ(0u, deaths.size());
158 deaths.clear();
159 data->SnapshotMaps(0, &birth_map, &deaths);
161 EXPECT_EQ(0u, deaths.size());
177 ThreadData::DeathsSnapshot deaths;
178 data->SnapshotMaps(0, &birth_map, &deaths);
181 EXPECT_EQ(0u, deaths.size()); // No deaths.
203 deaths.clear();
204 data->SnapshotMaps(0, &birth_map, &deaths);
207 EXPECT_EQ(1u, deaths.size()); // 1 location.
208 EXPECT_EQ(1, deaths.begin()->second.death_data.count); // 1 death.
211 EXPECT_EQ(birth_map.begin()->second, deaths.begin()->first);
836 // our tallied births are matched by tallied deaths (except for when the