Searched refs:rhsCount (Results 1 – 1 of 1) sorted by relevance
242 int32_t rhsCount = rhs->GetLength(); in CompareTo() local243 int32_t countDiff = lhsCount - rhsCount; in CompareTo()244 int32_t minCount = (countDiff < 0) ? lhsCount : rhsCount; in CompareTo()