Searched refs:GetString (Results 1 – 13 of 13) sorted by relevance
102 *ss_ << msg.GetString(); in Message()190 internal::String GetString() const { in GetString() function225 return os << sb.GetString();
173 return (Message() << streamable).GetString(); in StreamableToString()309 message_->append(a_message.GetString().c_str()); in AppendMessage()
227 << " in simple regular expression \"" << regex << "\": ").GetString(); in FormatRegexSyntaxError()656 (Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); in FlagToEnvVar()663 return env_var.GetString(); in FlagToEnvVar()681 printf("%s", msg.GetString().c_str()); in ParseInt32()698 printf("%s", msg.GetString().c_str()); in ParseInt32()733 (Message() << default_value).GetString().c_str()); in Int32FromGTestEnv()
96 const String& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
1032 return msg.GetString(); in GetBoolAssertionFailureMessage()1758 const String user_msg_string = user_msg.GetString(); in AppendUserMessage()1766 return msg.GetString(); in AppendUserMessage()1927 RecordProperty(key, value_message.GetString().c_str()); in RecordProperty()2024 return new internal::String(message.GetString()); in FormatSehExceptionMessage()2042 return message.GetString(); in FormatCxxExceptionMessage()2259 errors.GetString().c_str()); in ReportInvalidTestCaseType()2496 << test_part_result.message()).GetString(); in PrintTestPartResultToString()3135 return m.GetString(); in EscapeXml()3294 return attributes.GetString(); in TestPropertiesAsXmlAttributes()[all …]
165 return m.GetString(); in ExitSummary()187 return msg.GetString(); in DeathTestThreadWarning()285 GTEST_LOG_(FATAL) << error.GetString(); in FailFromInternalError()537 DeathTest::set_last_death_test_message(buffer.GetString()); in Passed()
215 StringRef GetString() const { in GetString() function
509 test_case_name_stream.GetString().c_str(), in RegisterTests()510 test_name_stream.GetString().c_str(), in RegisterTests()
798 String = Literal.GetString(); in FinishLexStringLiteral()
1049 FilenameID = SourceMgr.getLineTableFilenameID(Literal.GetString()); in HandleLineDirective()1185 FilenameID = SourceMgr.getLineTableFilenameID(Literal.GetString()); in HandleDigitDirective()
1156 memcpy(Saved, StringLiteral.GetString().data(), Length); in consumeToken()
2278 if (!Literal.GetString().empty() || Literal.Pascal) { in ParseUnqualifiedIdOperator()
1509 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(), in ActOnStringLiteral()