Searched refs:lhs_count (Results 1 – 1 of 1) sorted by relevance
285 int32_t lhs_count = lhs->GetLength(); in CompareTo() local287 int32_t count_diff = lhs_count - rhs_count; in CompareTo()288 int32_t min_count = (count_diff < 0) ? lhs_count : rhs_count; in CompareTo()