Searched refs:rhs_count (Results 1 – 1 of 1) sorted by relevance
286 int32_t rhs_count = rhs->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()