Searched refs:countOf (Results 1 – 4 of 4) sorted by relevance
57 c = tree.countOf(i); in DEF_TEST()87 while (0 != tree.countOf(i)) { in DEF_TEST()113 while (0 != tree.countOf(0)) { in DEF_TEST()124 while (0 != tree.countOf(99)) { in DEF_TEST()149 REPORTER_ASSERT(reporter, tree.countOf(i) == count[i]); in DEF_TEST()
123 int countOf(const T& t) const;309 int GrRedBlackTree<T,C>::countOf(const T& t) const { in countOf() function