Searched refs:a_c_str (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h195 String(const char* a_c_str) { // NOLINT argument
196 if (a_c_str == NULL) {
200 ConstructNonNull(a_c_str, strlen(a_c_str));
250 bool operator==(const char* a_c_str) const { return Compare(a_c_str) == 0; }
258 bool operator!=(const char* a_c_str) const { return !(*this == a_c_str); }
278 const String& operator=(const char* a_c_str) { argument
279 return *this = String(a_c_str);
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h195 String(const char* a_c_str) { // NOLINT argument
196 if (a_c_str == NULL) {
200 ConstructNonNull(a_c_str, strlen(a_c_str));
250 bool operator==(const char* a_c_str) const { return Compare(a_c_str) == 0; }
258 bool operator!=(const char* a_c_str) const { return !(*this == a_c_str); }
278 const String& operator=(const char* a_c_str) { argument
279 return *this = String(a_c_str);
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h195 String(const char* a_c_str) { // NOLINT argument
196 if (a_c_str == NULL) {
200 ConstructNonNull(a_c_str, strlen(a_c_str));
250 bool operator==(const char* a_c_str) const { return Compare(a_c_str) == 0; }
258 bool operator!=(const char* a_c_str) const { return !(*this == a_c_str); }
278 const String& operator=(const char* a_c_str) { argument
279 return *this = String(a_c_str);
[all...]

Completed in 452 milliseconds