Home | History | Annotate | Download | only in src

Lines Matching refs:rhs_c_str

1660   const char* const rhs_c_str = rhs.c_str();
1663 return rhs_c_str == NULL ? 0 : -1; // NULL < anything except NULL
1664 } else if (rhs_c_str == NULL) {
1671 if (lhs_c_str[i] < rhs_c_str[i]) {
1673 } else if (lhs_c_str[i] > rhs_c_str[i]) {