Searched defs:a_c_str (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/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/protobuf/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/swiftshader/third_party/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2767 String(const char* a_c_str) { // NOLINT argument
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) { argument
2851 return *this = String(a_c_str);
[all...]

Completed in 341 milliseconds