Searched refs:c_str_ (Results 1 - 4 of 4) sorted by last modified time

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h190 String() : c_str_(NULL), length_(0) {}
195 c_str_ = NULL;
212 String(const String& str) : c_str_(NULL), length_(0) { *this = str; }
216 ~String() { delete[] c_str_; }
275 const char* c_str() const { return c_str_; }
283 delete[] c_str_;
285 c_str_ = NULL;
304 c_str_ = str;
308 const char* c_str_; member in class:testing::internal::String
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h192 String() : c_str_(NULL), length_(0) {}
197 c_str_ = NULL;
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; }
218 ~String() { delete[] c_str_; }
275 const char* c_str() const { return c_str_; }
285 delete[] c_str_;
287 c_str_ = NULL;
299 // function can only be called when c_str_ has not been allocated.
306 c_str_ = str;
310 const char* c_str_; member in class:testing::internal::String
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h192 String() : c_str_(NULL), length_(0) {}
197 c_str_ = NULL;
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; }
218 ~String() { delete[] c_str_; }
275 const char* c_str() const { return c_str_; }
285 delete[] c_str_;
287 c_str_ = NULL;
299 // function can only be called when c_str_ has not been allocated.
306 c_str_ = str;
310 const char* c_str_; member in class:testing::internal::String
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h192 String() : c_str_(NULL), length_(0) {}
197 c_str_ = NULL;
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; }
218 ~String() { delete[] c_str_; }
275 const char* c_str() const { return c_str_; }
285 delete[] c_str_;
287 c_str_ = NULL;
299 // function can only be called when c_str_ has not been allocated.
306 c_str_ = str;
310 const char* c_str_; member in class:testing::internal::String
[all...]

Completed in 513 milliseconds