Searched defs:message_ (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2438 message_(other.message_.get() != NULL ?
2439 new ::std::string(*other.message_) :
2446 if (message_.get() != NULL)
2447 negation << *message_; local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17111 message_(a_message) {
17131 const char* message() const { return message_.c_str(); }
17159 std::string message_; // The test failure message. member in class:testing::TestPartResult
17688 return message_.get() != NULL ? message_->c_str() : "";
17709 // Appends the contents of message to message_.
17711 if (message_.get() == NULL)
17712 message_.reset(new ::std::string);
17713 message_->append(a_message.GetString().c_str());
17722 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
[all...]

Completed in 65 milliseconds