Home | History | Annotate | Download | only in googletest

Lines Matching refs:rhs_c_str

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