Searched refs:removeCount (Results 1 – 1 of 1) sorted by relevance
877 size_t removeCount = last - first; in TEST() local878 EXPECT_EQ(n - removeCount, x.Size()); in TEST()881 for (unsigned i = first; i < n - removeCount; i++) in TEST()882 EXPECT_EQ(i + removeCount, x[i][0].GetUint()); in TEST()1171 size_t removeCount = last - first; in TEST() local1172 EXPECT_EQ(n - removeCount, x.MemberCount()); in TEST()1175 for (unsigned i = first; i < n - removeCount; i++) in TEST()1176 EXPECT_EQ(i + removeCount, x[keys[i+removeCount]][0].GetUint()); in TEST()