Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1642 const char* const lhs_c_str = c_str(); in Compare() local
1645 if (lhs_c_str == NULL) { in Compare()
1654 if (lhs_c_str[i] < rhs_c_str[i]) { in Compare()
1656 } else if (lhs_c_str[i] > rhs_c_str[i]) { in Compare()