Home | History | Annotate | Download | only in src

Lines Matching refs:rhs_c_str

1630   const char* const rhs_c_str = rhs.c_str();
1633 return rhs_c_str == NULL ? 0 : -1; // NULL < anything except NULL
1634 } else if (rhs_c_str == NULL) {
1641 if (lhs_c_str[i] < rhs_c_str[i]) {
1643 } else if (lhs_c_str[i] > rhs_c_str[i]) {