Searched refs:stored_count (Results 1 – 2 of 2) sorted by relevance
472 int stored_count = 0; // The number of ranges successfully stored in RunTests() local481 ++stored_count; in RunTests()486 if (CountedObject::count() != stored_count) { in RunTests()489 stored_count, in RunTests()496 if (range_map->GetCount() != stored_count) { in RunTests()499 stored_count, range_map->GetCount()); in RunTests()
362 int stored_count = 0; // The number of ranges successfully stored in RunTestCase() local370 ++stored_count; in RunTestCase()377 EXPECT_EQ(static_range_map->GetCount(), stored_count); in RunTestCase()