#include <gtest.h>
Definition at line 3379 of file gtest.h.
 
◆ String()
  
  | 
        
          | testing::internal::String::String | ( |  | ) |  |  | private | 
 
 
◆ 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()
  
  | 
        
          | static const char* testing::internal::String::CloneCString | ( | const char * | c_str | ) |  |  | static | 
 
 
◆ CStringEquals()
  
  | 
        
          | bool testing::internal::String::CStringEquals | ( | const char * | lhs, |  
          |  |  | const char * | rhs |  
          |  | ) |  |  |  | static | 
 
 
◆ EndsWithCaseInsensitive()
  
  | 
        
          | bool testing::internal::String::EndsWithCaseInsensitive | ( | const std::string & | str, |  
          |  |  | const std::string & | suffix |  
          |  | ) |  |  |  | static | 
 
 
◆ FormatByte()
  
  | 
        
          | std::string testing::internal::String::FormatByte | ( | unsigned char | value | ) |  |  | static | 
 
 
◆ FormatHexInt()
  
  | 
        
          | std::string testing::internal::String::FormatHexInt | ( | int | value | ) |  |  | static | 
 
 
◆ FormatIntWidth2()
  
  | 
        
          | std::string testing::internal::String::FormatIntWidth2 | ( | int | value | ) |  |  | static | 
 
 
◆ ShowWideCString()
  
  | 
        
          | std::string testing::internal::String::ShowWideCString | ( | 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: