Searched defs:message_ (Results 76 - 79 of 79) sorted by relevance

1234

/external/chromium_org/third_party/libvpx/source/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
/external/libvpx/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
/external/chromium_org/third_party/libvpx/source/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...]
/external/libvpx/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 242 milliseconds

1234