Home | History | Annotate | Download | only in syncable

Lines Matching refs:initial_size

1523   size_t initial_size = index.size();
1524 ASSERT_LT(0U, initial_size) << "Test requires entries to delete.";
1533 EXPECT_EQ(initial_size - 1, index.size());