Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h195 String(const char* a_c_str) { // NOLINT in String() argument
196 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);
/external/protobuf/gtest/include/gtest/internal/
Dgtest-string.h195 String(const char* a_c_str) { // NOLINT in String() argument
196 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);
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-string.h195 String(const char* a_c_str) { // NOLINT in String() argument
196 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);
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h195 String(const char* a_c_str) { // NOLINT in String() argument
196 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);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h195 String(const char* a_c_str) { // NOLINT in String() argument
196 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);
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h2767 String(const char* a_c_str) { // NOLINT
2768 if (a_c_str == NULL) {
2772 ConstructNonNull(a_c_str, strlen(a_c_str));
2822 bool operator==(const char* a_c_str) const { return Compare(a_c_str) == 0; }
2830 bool operator!=(const char* a_c_str) const { return !(*this == a_c_str); }
2850 const String& operator=(const char* a_c_str) {
2851 return *this = String(a_c_str);