Searched refs:PrintLongString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/strings/
H A Dsafe_sprintf_unittest.cc201 // There is a more complicated test in PrintLongString() that covers a lot
354 void PrintLongString(char* buf, size_t sz) { function in namespace:base::strings::__anon2450
383 PrintLongString, static_cast<char*>(NULL)) + 1;
430 reinterpret_cast<uintptr_t>(PrintLongString)));
470 // We use PrintLongString() to print a complex long string and then
475 PrintLongString(ref, sizeof(ref));
478 PrintLongString(buf, i);
492 PrintLongString(buf, sizeof(buf));

Completed in 63 milliseconds