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