Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::String Class Reference

#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 ()
 

Detailed Description

Definition at line 58 of file gtest-string.h.

View newest version in sPHENIX GitHub at line 58 of file gtest-string.h

Constructor & Destructor Documentation

testing::internal::String::String ( )
private

Member Function Documentation

bool testing::internal::String::CaseInsensitiveCStringEquals ( const char *  lhs,
const char *  rhs 
)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 1925 of file gtest.cc.

View newest version in sPHENIX GitHub at line 1925 of file gtest.cc

References left().

Referenced by testing::internal::CaseInsensitiveCStringEquals().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static const char* testing::internal::String::CloneCString ( const char *  c_str)
static
bool testing::internal::String::CStringEquals ( const char *  lhs,
const char *  rhs 
)
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().

+ Here is the caller graph for this function:

bool testing::internal::String::EndsWithCaseInsensitive ( const std::string &  str,
const std::string &  suffix 
)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 1973 of file gtest.cc.

View newest version in sPHENIX GitHub at line 1973 of file gtest.cc

References value.

Referenced by testing::internal::XmlUnitTestResultPrinter::EscapeXml().

+ Here is the caller graph for this function:

std::string testing::internal::String::FormatHexInt ( int  value)
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().

+ Here is the caller graph for this function:

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

Definition at line 1959 of file gtest.cc.

View newest version in sPHENIX GitHub at line 1959 of file gtest.cc

References value.

Referenced by testing::internal::FormatEpochTimeInMillisAsIso8601().

+ Here is the caller graph for this function:

std::string testing::internal::String::ShowWideCString ( const wchar_t *  wide_c_str)
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<<().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool testing::internal::String::WideCStringEquals ( const wchar_t *  lhs,
const wchar_t *  rhs 
)
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().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following files: