Home | History | Annotate | Download | only in test

Lines Matching refs:ShowCStringQuoted

1195 // Tests String::ShowCStringQuoted().
1196 TEST(StringTest, ShowCStringQuoted) {
1198 String::ShowCStringQuoted(NULL).c_str());
1200 String::ShowCStringQuoted("").c_str());
1202 String::ShowCStringQuoted("foo").c_str());