Home
last modified time | relevance | path

Searched refs:rhs_word (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h357 const uint32_t rhs_word = rhs.GetWord(i); in Compare() local
358 if (lhs_word < rhs_word) { in Compare()
360 } else if (lhs_word > rhs_word) { in Compare()
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h357 const uint32_t rhs_word = rhs.GetWord(i); in Compare() local
358 if (lhs_word < rhs_word) { in Compare()
360 } else if (lhs_word > rhs_word) { in Compare()