Searched refs:leftCount (Results 1 – 5 of 5) sorted by relevance
99 int leftCount = leftLines.length; in write() local102 for (int i=0; i<leftCount || i <rightCount; i++) { in write()106 if (i < leftCount) { in write()109 leftCount = i; in write()
380 int leftCount = this->count(); variable381 if (leftCount != right.count()) {384 for (int index = 0; index < leftCount; ++index) {
421 int leftCount = this->count(); variable422 if (leftCount != right.count()) {425 for (int index = 0; index < leftCount; ++index) {
1008 int leftCount = VerifyTree(left); in VerifyTree() local1012 if (leftCount != 0 && rightCount != 0) { in VerifyTree()1014 if (leftCount != rightCount) { in VerifyTree()1018 return IsRed(tree) ? leftCount : leftCount + 1; in VerifyTree()
1038 int leftCount = VerifyTree(left); in VerifyTree() local1042 if (leftCount != 0 && rightCount != 0) { in VerifyTree()1044 if (leftCount != rightCount) { in VerifyTree()1048 return IsRed(tree) ? leftCount : leftCount + 1; in VerifyTree()