Home | History | Annotate | Download | only in gmock

Lines Matching defs:DescribeTo

133   // being matched.  For example, the DescribeTo() method of the Gt(7)
135 virtual void DescribeTo(::std::ostream* os) const = 0;
145 DescribeTo(os);
206 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
309 // class that has a DescribeTo() method and a DescribeNegationTo()
340 virtual void DescribeTo(::std::ostream* os) const {
341 impl_.DescribeTo(os);
467 virtual void DescribeTo(::std::ostream* os) const {
468 source_matcher_.DescribeTo(os);
651 get<N - 1>(matchers).DescribeTo(os);
716 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; }
766 virtual void DescribeTo(::std::ostream* os) const { \
803 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
819 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
878 virtual void DescribeTo(::std::ostream* os) const {
961 void DescribeTo(::std::ostream* os) const {
1011 void DescribeTo(::std::ostream* os) const {
1052 void DescribeTo(::std::ostream* os) const {
1092 void DescribeTo(::std::ostream* os) const {
1131 void DescribeTo(::std::ostream* os) const {
1181 virtual void DescribeTo(::std::ostream* os) const { \
1218 virtual void DescribeTo(::std::ostream* os) const {
1223 matcher_.DescribeTo(os);
1262 virtual void DescribeTo(::std::ostream* os) const {
1264 matcher1_.DescribeTo(os);
1266 matcher2_.DescribeTo(os);
1349 virtual void DescribeTo(::std::ostream* os) const {
1351 matcher1_.DescribeTo(os);
1353 matcher2_.DescribeTo(os);
1452 void DescribeTo(::std::ostream* os) const {
1533 matcher.DescribeTo(&ss);
1586 virtual void DescribeTo(::std::ostream* os) const {
1667 // enough for implementing the DescribeTo() method of Pointee().
1684 virtual void DescribeTo(::std::ostream* os) const {
1686 matcher_.DescribeTo(os);
1691 matcher_.DescribeTo(os);
1723 void DescribeTo(::std::ostream* os) const {
1725 matcher_.DescribeTo(os);
1784 void DescribeTo(::std::ostream* os) const {
1786 matcher_.DescribeTo(os);
1889 virtual void DescribeTo(::std::ostream* os) const {
1891 matcher_.DescribeTo(os);
1952 void DescribeTo(::std::ostream* os) const {
2051 virtual void DescribeTo(::std::ostream* os) const {
2053 matcher_.DescribeTo(os);
2144 virtual void DescribeTo(::std::ostream* os) const {
2149 mono_tuple_matcher_.DescribeTo(os);
2263 virtual void DescribeTo(::std::ostream* os) const {
2265 this->inner_matcher_.DescribeTo(os);
2270 this->inner_matcher_.DescribeTo(os);
2292 virtual void DescribeTo(::std::ostream* os) const {
2294 this->inner_matcher_.DescribeTo(os);
2375 virtual void DescribeTo(::std::ostream* os) const {
2377 inner_matcher_.DescribeTo(os);
2383 inner_matcher_.DescribeTo(os);
2427 virtual void DescribeTo(::std::ostream* os) const {
2429 first_matcher_.DescribeTo(os);
2431 second_matcher_.DescribeTo(os);
2539 virtual void DescribeTo(::std::ostream* os) const {
2544 matchers_[0].DescribeTo(os);
2549 matchers_[i].DescribeTo(os);