Searched refs:rhs_c_str (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1643 const char* const rhs_c_str = rhs.c_str(); local
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]) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1643 const char* const rhs_c_str = rhs.c_str(); local
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]) {
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1643 const char* const rhs_c_str = rhs.c_str(); local
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]) {
/external/protobuf/gtest/src/
H A Dgtest.cc1630 const char* const rhs_c_str = rhs.c_str(); local
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]) {

Completed in 209 milliseconds