Searched refs:leftCount (Results 1 – 4 of 4) 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()
775 int leftCount = 0, rightCount = 0; in checkInvariantsFromNode() local776 bool leftValid = checkInvariantsFromNode(node->left(), &leftCount); in checkInvariantsFromNode()780 *blackCount = leftCount + (node->color() == Black ? 1 : 0); in checkInvariantsFromNode()781 return leftCount == rightCount; in checkInvariantsFromNode()
331 int leftCount = this->count(); variable332 if (leftCount != right.count()) {335 for (int index = 0; index < leftCount; ++index) {