Home
last modified time | relevance | path

Searched refs:stored_count (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map_unittest.cc472 int stored_count = 0; // The number of ranges successfully stored in RunTests() local
481 ++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()
Dstatic_range_map_unittest.cc362 int stored_count = 0; // The number of ranges successfully stored in RunTestCase() local
370 ++stored_count; in RunTestCase()
377 EXPECT_EQ(static_range_map->GetCount(), stored_count); in RunTestCase()