Home | History | Annotate | Download | only in test

Lines Matching refs:GetString

1639       (Message() << name << "=" << value).GetString());
1647 _putenv((Message() << name << "=" << value).GetString().c_str());
5052 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5077 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5102 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5127 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5142 msg.GetString().c_str());
5150 (Message() << const_wstr).GetString().c_str());
5155 (Message() << wstr).GetString().c_str());
5160 (Message() << const_wstr).GetString().c_str());
5165 (Message() << wstr).GetString().c_str());
6798 return message.GetString();