Searched refs:message_ (Results 1 – 5 of 5) sorted by relevance
73 message_(a_message) {} in TestPartResult()92 const char* message() const { return message_.c_str(); } in message()123 std::string message_; // The test failure message. variable
321 return message_.get() != nullptr ? message_->c_str() : ""; in message()343 if (message_.get() == nullptr) message_.reset(new ::std::string); in AppendMessage()344 message_->append(a_message.GetString().c_str()); in AppendMessage()356 std::unique_ptr< ::std::string> message_; variable
86 …%message_.i.i = getelementptr inbounds %class.AssertionResult.24.249.299.1324.2349, %class.Asserti…87 …ed_ptrI25Trans_NS___1_basic_stringIciiEED2Ev(%class.scoped_ptr.23.248.298.1323.2348* %message_.i.i)
849 : parser_{parser}, message_{msg} {} in NonstandardParser()860 CharBlock{at, std::max(state.GetLocation(), at + 1)}, LF, message_); in Parse()867 const MessageFixedText message_; variable
998 message_(other.message_.get() != nullptr in AssertionResult()999 ? new ::std::string(*other.message_) in AssertionResult()1006 swap(message_, other.message_); in swap()1012 if (message_.get() != nullptr) negation << *message_; in operator !()