Searched refs:countOf (Results 1 – 1 of 1) sorted by relevance
119 int countOf(const T& t) const;307 int GrRedBlackTree<T,C>::countOf(const T& t) const { in countOf() function990 c = tree.countOf(i); in UnitTest()1020 while (0 != tree.countOf(i)) { in UnitTest()1046 while (0 != tree.countOf(0)) { in UnitTest()1057 while (0 != tree.countOf(99)) { in UnitTest()1082 GrAssert(tree.countOf(i) == count[i]); in UnitTest()