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