#include <gtest-string.h>
◆ String() [1/5]
| testing::internal::String::String |
( |
| ) |
|
|
inline |
◆ String() [2/5]
| testing::internal::String::String |
( |
const char * |
a_c_str | ) |
|
|
inline |
◆ String() [3/5]
| testing::internal::String::String |
( |
const char * |
buffer, |
|
|
size_t |
a_length |
|
) |
| |
|
inline |
◆ String() [4/5]
| testing::internal::String::String |
( |
const String & |
str | ) |
|
|
inline |
◆ ~String()
| testing::internal::String::~String |
( |
| ) |
|
|
inline |
◆ String() [5/5]
| testing::internal::String::String |
( |
const ::std::string & |
str | ) |
|
|
inline |
◆ c_str()
| const char* testing::internal::String::c_str |
( |
| ) |
const |
|
inline |
◆ CaseInsensitiveCStringEquals()
| bool testing::internal::String::CaseInsensitiveCStringEquals |
( |
const char * |
lhs, |
|
|
const char * |
rhs |
|
) |
| |
|
static |
◆ CaseInsensitiveWideCStringEquals()
| bool testing::internal::String::CaseInsensitiveWideCStringEquals |
( |
const wchar_t * |
lhs, |
|
|
const wchar_t * |
rhs |
|
) |
| |
|
static |
◆ CloneCString()
| const char * testing::internal::String::CloneCString |
( |
const char * |
c_str | ) |
|
|
static |
◆ Compare()
| int testing::internal::String::Compare |
( |
const String & |
rhs | ) |
const |
◆ CStringEquals()
| bool testing::internal::String::CStringEquals |
( |
const char * |
lhs, |
|
|
const char * |
rhs |
|
) |
| |
|
static |
◆ empty()
| bool testing::internal::String::empty |
( |
| ) |
const |
|
inline |
◆ EndsWith()
| bool testing::internal::String::EndsWith |
( |
const char * |
suffix | ) |
const |
◆ EndsWithCaseInsensitive()
| bool testing::internal::String::EndsWithCaseInsensitive |
( |
const char * |
suffix | ) |
const |
◆ Format()
| String testing::internal::String::Format |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
static |
◆ length()
| size_t testing::internal::String::length |
( |
void |
| ) |
const |
|
inline |
◆ operator!=()
| bool testing::internal::String::operator!= |
( |
const char * |
a_c_str | ) |
const |
|
inline |
◆ operator::std::string()
◆ operator<()
| bool testing::internal::String::operator< |
( |
const String & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
| const String& testing::internal::String::operator= |
( |
const char * |
a_c_str | ) |
|
|
inline |
◆ operator=() [2/2]
| const String& testing::internal::String::operator= |
( |
const String & |
rhs | ) |
|
|
inline |
◆ operator==()
| bool testing::internal::String::operator== |
( |
const char * |
a_c_str | ) |
const |
|
inline |
◆ ShowCStringQuoted()
| String testing::internal::String::ShowCStringQuoted |
( |
const char * |
c_str | ) |
|
|
static |
◆ ShowWideCString()
| String testing::internal::String::ShowWideCString |
( |
const wchar_t * |
wide_c_str | ) |
|
|
static |
◆ ShowWideCStringQuoted()
| String testing::internal::String::ShowWideCStringQuoted |
( |
const wchar_t * |
wide_c_str | ) |
|
|
static |
◆ WideCStringEquals()
| bool testing::internal::String::WideCStringEquals |
( |
const wchar_t * |
lhs, |
|
|
const wchar_t * |
rhs |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: