Home | History | Annotate | Download | only in test

Lines Matching refs:ShowCStringQuoted

1068 // Tests String::ShowCStringQuoted().
1069 TEST(StringTest, ShowCStringQuoted) {
1071 String::ShowCStringQuoted(NULL).c_str());
1073 String::ShowCStringQuoted("").c_str());
1075 String::ShowCStringQuoted("foo").c_str());