41#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
42#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
71#if GTEST_OS_WINDOWS_MOBILE
84 static LPCWSTR AnsiToUtf16(
const char* c_str);
94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
145 const std::string& str,
const std::string& suffix);
std::string String
Definition DocumentAccessBase.h:14
bsoncxx::types::value value
Definition DocumentManager.h:16
Definition gtest-string.h:58
static bool CStringEquals(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 bool WideCStringEquals(const wchar_t *lhs, const wchar_t *rhs)
static std::string FormatIntWidth2(int value)
static std::string FormatHexInt(int value)
static bool CaseInsensitiveCStringEquals(const char *lhs, const char *rhs)
static std::string FormatByte(unsigned char value)
static std::string ShowWideCString(const wchar_t *wide_c_str)
static const char * CloneCString(const char *c_str)
#define GTEST_API_
Definition gtest-port.h:934
GTEST_API_ std::string StringStreamToString(::std::stringstream *stream)
Definition gtest-death-test.h:43