Searched refs:QuotedCString (Results 1 – 4 of 4) sorted by relevance
221 TEST_F(StreamTest, QuotedCString) { in TEST_F() argument222 s.QuotedCString("foo"); in TEST_F()226 s.QuotedCString("ba r"); in TEST_F()230 s.QuotedCString(" "); in TEST_F()
356 s.QuotedCString(AsCString()); in Dump()404 s.QuotedCString(dbg_str); in Dump()
323 void QuotedCString(const char *cstr, const char *format = "\"%s\"");
75 void Stream::QuotedCString(const char *cstr, const char *format) { in QuotedCString() function in Stream