Home | History | Annotate | Download | only in gtest

Lines Matching defs:message_

2438       message_(other.message_.get() != NULL ?
2439 new ::std::string(*other.message_) :
2446 if (message_.get() != NULL)
2447 negation << *message_;