#include <gtest-string.h>
static const char* testing::internal::String::CloneCString |
( |
const char * |
c_str | ) |
|
|
static |
bool testing::internal::String::CStringEquals |
( |
const char * |
lhs, |
|
|
const char * |
rhs |
|
) |
| |
|
static |
std::string testing::internal::String::ShowWideCString |
( |
const wchar_t * |
wide_c_str | ) |
|
|
static |
bool testing::internal::String::WideCStringEquals |
( |
const wchar_t * |
lhs, |
|
|
const wchar_t * |
rhs |
|
) |
| |
|
static |
bool testing::internal::String::CaseInsensitiveCStringEquals |
( |
const char * |
lhs, |
|
|
const char * |
rhs |
|
) |
| |
|
static |
bool testing::internal::String::CaseInsensitiveWideCStringEquals |
( |
const wchar_t * |
lhs, |
|
|
const wchar_t * |
rhs |
|
) |
| |
|
static |
bool testing::internal::String::EndsWithCaseInsensitive |
( |
const std::string & |
str, |
|
|
const std::string & |
suffix |
|
) |
| |
|
static |
std::string testing::internal::String::FormatIntWidth2 |
( |
int |
value | ) |
|
|
static |
std::string testing::internal::String::FormatHexInt |
( |
int |
value | ) |
|
|
static |
std::string testing::internal::String::FormatHexUInt32 |
( |
UInt32 |
value | ) |
|
|
static |
std::string testing::internal::String::FormatByte |
( |
unsigned char |
value | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/adrl/code/src/control-toolbox/ct_core/build/test/googletest-src/googletest/include/gtest/internal/gtest-string.h
- /home/adrl/code/src/control-toolbox/ct_core/build/test/googletest-src/googletest/src/gtest.cc