Searched refs:countItems (Results 1 – 3 of 3) sorted by relevance
88 static int countItems(const T& t) { in countItems() function123 EXPECT_EQ(1, countItems(other)); in TEST()124 EXPECT_EQ(0, countItems(buffer)); in TEST()130 EXPECT_EQ(2, countItems(other)); in TEST()136 EXPECT_EQ(1, countItems(buffer)); in TEST()140 EXPECT_EQ(2, countItems(buffer)); in TEST()143 EXPECT_EQ(2, countItems(buffer)); in TEST()146 EXPECT_EQ(0, countItems(buffer)); in TEST()
56 static int countItems(const T& t) { in countItems() function
1268 private int countItems(boolean separated) {1282 return countItems(true);1287 return countItems(false);