Home | History | Annotate | Download | only in metrics

Lines Matching refs:IsCorrupt

158   EXPECT_FALSE(allocator_->IsCorrupt());
302 } while (!allocator_->IsCorrupt() && !allocator_->IsFull());
310 EXPECT_FALSE(allocator_->IsCorrupt());
383 EXPECT_FALSE(allocator_->IsCorrupt());
464 } while (!allocator_->IsCorrupt() && !allocator_->IsFull());
488 EXPECT_FALSE(allocator_->IsCorrupt());
497 EXPECT_TRUE(allocator_->IsCorrupt());
516 EXPECT_FALSE(allocator.IsCorrupt());
542 EXPECT_FALSE(local.IsCorrupt());
559 EXPECT_FALSE(shalloc2.IsCorrupt());
585 EXPECT_FALSE(shalloc3.IsCorrupt());
631 EXPECT_FALSE(local.IsCorrupt());
648 EXPECT_FALSE(file.IsCorrupt());
778 EXPECT_EQ(filesize != minsize, allocator.IsCorrupt());
804 EXPECT_TRUE(allocator.IsCorrupt()); // Garbage data so it should be.