Searched refs:lhs_chars (Results 1 – 1 of 1) sorted by relevance
342 const uint8_t* lhs_chars = lhs->GetValueCompressed(); in CompareTo() local345 int32_t char_diff = static_cast<int32_t>(lhs_chars[i]) - static_cast<int32_t>(rhs_chars[i]); in CompareTo()362 const uint16_t* lhs_chars = lhs->GetValue(); in CompareTo() local366 int32_t char_diff = MemCmp16(lhs_chars, rhs_chars, min_count); in CompareTo()