Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/internal/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 | FormatHexInt (int value) |
static std::string | FormatByte (unsigned char value) |
Private Member Functions | |
String () | |
Definition at line 58 of file gtest-string.h.
View newest version in sPHENIX GitHub at line 58 of file gtest-string.h
|
private |
|
static |
Definition at line 1905 of file gtest.cc.
View newest version in sPHENIX GitHub at line 1905 of file gtest.cc
References testing::internal::posix::StrCaseCmp().
Referenced by testing::internal::CaseInsensitiveCStringEquals(), testing::internal::CmpHelperSTRCASEEQ(), testing::internal::CmpHelperSTRCASENE(), EndsWithCaseInsensitive(), and testing::internal::ShouldUseColor().
|
static |
|
static |
|
static |
Definition at line 894 of file gtest.cc.
View newest version in sPHENIX GitHub at line 894 of file gtest.cc
Referenced by testing::internal::CmpHelperSTREQ(), testing::internal::CmpHelperSTRNE(), testing::internal::PrettyUnitTestResultPrinter::OnTestIterationStart(), and testing::internal::ShouldUseColor().
|
static |
Definition at line 1949 of file gtest.cc.
View newest version in sPHENIX GitHub at line 1949 of file gtest.cc
References CaseInsensitiveCStringEquals().
Referenced by testing::internal::FilePath::RemoveExtension().
|
static |
|
static |
Definition at line 1966 of file gtest.cc.
View newest version in sPHENIX GitHub at line 1966 of file gtest.cc
References value.
Referenced by testing::internal::CodePointToUtf8(), testing::internal::PrintAsCharLiteralTo(), and testing::internal::PrintCharAndCodeTo().
|
static |
|
static |
Definition at line 1848 of file gtest.cc.
View newest version in sPHENIX GitHub at line 1848 of file gtest.cc
References testing::internal::WideStringToUtf8().
Referenced by testing::Message::operator<<().
|
static |
Definition at line 1860 of file gtest.cc.
View newest version in sPHENIX GitHub at line 1860 of file gtest.cc
Referenced by testing::internal::CmpHelperSTREQ(), and testing::internal::CmpHelperSTRNE().