Searched refs:a_c_str (Results 1 – 5 of 5) sorted by relevance
195 String(const char* a_c_str) { // NOLINT in String() argument196 if (a_c_str == NULL) { in String()200 ConstructNonNull(a_c_str, strlen(a_c_str)); in String()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) {279 return *this = String(a_c_str);