Searched refs:lhsCount (Results 1 – 1 of 1) sorted by relevance
235 int32_t lhsCount = lhs->GetLength(); in CompareTo() local237 int32_t countDiff = lhsCount - rhsCount; in CompareTo()238 int32_t minCount = (countDiff < 0) ? lhsCount : rhsCount; in CompareTo()