Searched refs:owned_del_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Did_map_unittest.cc255 int owned_del_count = 0; local
266 owned_obj[i] = new DestructorCounter(&owned_del_count);
272 EXPECT_EQ(owned_del_count, i);
283 EXPECT_EQ(owned_del_count, kCount);
292 int owned_del_count = 0; local
302 owned_obj[i] = new DestructorCounter(&owned_del_count);
307 EXPECT_EQ(owned_del_count, 0);
313 EXPECT_EQ(owned_del_count, kCount);
320 EXPECT_EQ(owned_del_count, kCount);
329 int owned_del_count local
[all...]

Completed in 91 milliseconds