Lines Matching refs:std
114 static std::string ShowWideCString(const wchar_t* wide_c_str);
149 static bool EndsWithCaseInsensitive(const std::string& str,
150 const std::string& suffix);
153 static std::string FormatIntWidth2(int value); // "%02d" for width == 2
156 static std::string FormatIntWidthN(int value, int width);
159 static std::string FormatHexInt(int value);
162 static std::string FormatHexUInt32(uint32_t value);
165 static std::string FormatByte(unsigned char value);
171 // Gets the content of the stringstream's buffer as an std::string. Each '\0'
173 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);