Searched refs:rhs_count (Results 1 – 1 of 1) sorted by relevance
290 int32_t rhs_count = rhs->GetLength(); in CompareTo() local291 int32_t count_diff = lhs_count - rhs_count; in CompareTo()292 int32_t min_count = (count_diff < 0) ? lhs_count : rhs_count; in CompareTo()