GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Static Public Member Functions | List of all members
testing::internal::String Class Reference

#include <gtest-string.h>

Static Public Member Functions

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 FormatIntWidthN (int value, int width)
 
static std::string FormatHexInt (int value)
 
static std::string FormatHexUInt32 (uint32_t value)
 
static std::string FormatByte (unsigned char value)
 
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 FormatIntWidthN (int value, int width)
 
static std::string FormatHexInt (int value)
 
static std::string FormatHexUInt32 (uint32_t value)
 
static std::string FormatByte (unsigned char value)
 

Member Function Documentation

◆ CaseInsensitiveCStringEquals() [1/2]

static bool testing::internal::String::CaseInsensitiveCStringEquals ( const char *  lhs,
const char *  rhs 
)
static

◆ CaseInsensitiveCStringEquals() [2/2]

static bool testing::internal::String::CaseInsensitiveCStringEquals ( const char *  lhs,
const char *  rhs 
)
static

◆ CaseInsensitiveWideCStringEquals() [1/2]

static bool testing::internal::String::CaseInsensitiveWideCStringEquals ( const wchar_t *  lhs,
const wchar_t *  rhs 
)
static

◆ CaseInsensitiveWideCStringEquals() [2/2]

static bool testing::internal::String::CaseInsensitiveWideCStringEquals ( const wchar_t *  lhs,
const wchar_t *  rhs 
)
static

◆ CloneCString() [1/2]

static const char* testing::internal::String::CloneCString ( const char *  c_str)
static

◆ CloneCString() [2/2]

static const char* testing::internal::String::CloneCString ( const char *  c_str)
static

◆ CStringEquals() [1/2]

static bool testing::internal::String::CStringEquals ( const char *  lhs,
const char *  rhs 
)
static

◆ CStringEquals() [2/2]

static bool testing::internal::String::CStringEquals ( const char *  lhs,
const char *  rhs 
)
static

◆ EndsWithCaseInsensitive() [1/2]

static bool testing::internal::String::EndsWithCaseInsensitive ( const std::string &  str,
const std::string &  suffix 
)
static

◆ EndsWithCaseInsensitive() [2/2]

static bool testing::internal::String::EndsWithCaseInsensitive ( const std::string &  str,
const std::string &  suffix 
)
static

◆ FormatByte() [1/2]

static std::string testing::internal::String::FormatByte ( unsigned char  value)
static

◆ FormatByte() [2/2]

static std::string testing::internal::String::FormatByte ( unsigned char  value)
static

◆ FormatHexInt() [1/2]

static std::string testing::internal::String::FormatHexInt ( int  value)
static

◆ FormatHexInt() [2/2]

static std::string testing::internal::String::FormatHexInt ( int  value)
static

◆ FormatHexUInt32() [1/2]

static std::string testing::internal::String::FormatHexUInt32 ( uint32_t  value)
static

◆ FormatHexUInt32() [2/2]

static std::string testing::internal::String::FormatHexUInt32 ( uint32_t  value)
static

◆ FormatIntWidth2() [1/2]

static std::string testing::internal::String::FormatIntWidth2 ( int  value)
static

◆ FormatIntWidth2() [2/2]

static std::string testing::internal::String::FormatIntWidth2 ( int  value)
static

◆ FormatIntWidthN() [1/2]

static std::string testing::internal::String::FormatIntWidthN ( int  value,
int  width 
)
static

◆ FormatIntWidthN() [2/2]

static std::string testing::internal::String::FormatIntWidthN ( int  value,
int  width 
)
static

◆ ShowWideCString() [1/2]

static std::string testing::internal::String::ShowWideCString ( const wchar_t *  wide_c_str)
static

◆ ShowWideCString() [2/2]

static std::string testing::internal::String::ShowWideCString ( const wchar_t *  wide_c_str)
static

◆ WideCStringEquals() [1/2]

static bool testing::internal::String::WideCStringEquals ( const wchar_t *  lhs,
const wchar_t *  rhs 
)
static

◆ WideCStringEquals() [2/2]

static 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: