HomeSort by relevance Sort by last modified time
    Searched defs:ShowCString (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 82 // 1. ShowCString(NULL) has type 'const char *', instead of the
88 static inline const char* ShowCString(const char* c_str) {
245 // We call String::ShowCString() to convert NULL to "(null)".
247 return os << String::ShowCString(str.c_str());
  /external/gtest/include/gtest/internal/
gtest-string.h 86 // 1. ShowCString(NULL) has type 'const char *', instead of the
92 static inline const char* ShowCString(const char* c_str) {
312 // We call String::ShowCString() to convert NULL to "(null)".
314 return os << String::ShowCString(str.c_str());

Completed in 4561 milliseconds