|
static const char * | CloneCString (const char *c_str) |
|
static bool | CStringEquals (const char *lhs, const char *rhs) |
|
static std::string | ShowWideCString (const wchar_t *wide_c_str) |
|
static bool | WideCStringEquals (const wchar_t *lhs, const wchar_t *rhs) |
|
static bool | CaseInsensitiveCStringEquals (const char *lhs, const char *rhs) |
|
static bool | CaseInsensitiveWideCStringEquals (const wchar_t *lhs, const wchar_t *rhs) |
|
static bool | EndsWithCaseInsensitive (const std::string &str, const std::string &suffix) |
|
static std::string | FormatIntWidth2 (int value) |
|
static std::string | FormatHexInt (int value) |
|
static std::string | FormatByte (unsigned char value) |
|
The documentation for this class was generated from the following files:
- /home/wangwei/program/asf/incubator-singa/include/gtest/gtest.h
- /home/wangwei/program/asf/incubator-singa/include/gtest/gtest-all.cc