Lines Matching full:c_str
268 DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {}
277 msg << value_.c_str() << other.value_.c_str();
278 return DogAdder(msg.GetString().c_str());
295 EXPECT_STREQ("cat", it->value().c_str());
298 EXPECT_STREQ("catdog", it->value().c_str());
590 msg.GetString().c_str())) {
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());