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

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-string.h82 // 1. ShowCString(NULL) has type 'const char *', instead of the
88 static inline const char* ShowCString(const char* c_str) { function in class:testing::internal::String
245 // We call String::ShowCString() to convert NULL to "(null)".
247 return os << String::ShowCString(str.c_str());

Completed in 84 milliseconds