Lines Matching refs:DescribeTo

124   // being matched.  For example, the DescribeTo() method of the Gt(7)
126 virtual void DescribeTo(::std::ostream* os) const = 0;
136 DescribeTo(os);
179 // virtual void DescribeTo(::std::ostream* os) const = 0;
267 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
422 // class that has a DescribeTo() method and a DescribeNegationTo()
453 virtual void DescribeTo(::std::ostream* os) const {
454 impl_.DescribeTo(os);
580 virtual void DescribeTo(::std::ostream* os) const {
581 source_matcher_.DescribeTo(os);
760 get<N - 1>(matchers).DescribeTo(os);
863 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; }
910 virtual void DescribeTo(::std::ostream* os) const {
989 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
1009 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
1068 virtual void DescribeTo(::std::ostream* os) const {
1158 void DescribeTo(::std::ostream* os) const {
1214 void DescribeTo(::std::ostream* os) const {
1261 void DescribeTo(::std::ostream* os) const {
1307 void DescribeTo(::std::ostream* os) const {
1353 void DescribeTo(::std::ostream* os) const {
1405 virtual void DescribeTo(::std::ostream* os) const {
1453 virtual void DescribeTo(::std::ostream* os) const {
1458 matcher_.DescribeTo(os);
1497 virtual void DescribeTo(::std::ostream* os) const {
1499 matcher1_.DescribeTo(os);
1501 matcher2_.DescribeTo(os);
1669 virtual void DescribeTo(::std::ostream* os) const {
1671 matcher1_.DescribeTo(os);
1673 matcher2_.DescribeTo(os);
1779 void DescribeTo(::std::ostream* os) const {
1862 matcher.DescribeTo(&ss);
1956 virtual void DescribeTo(::std::ostream* os) const {
2054 // enough for implementing the DescribeTo() method of Pointee().
2071 virtual void DescribeTo(::std::ostream* os) const {
2073 matcher_.DescribeTo(os);
2078 matcher_.DescribeTo(os);
2113 void DescribeTo(::std::ostream* os) const {
2115 matcher_.DescribeTo(os);
2187 void DescribeTo(::std::ostream* os) const {
2189 matcher_.DescribeTo(os);
2248 void DescribeTo(::std::ostream* os) const {
2250 matcher_.DescribeTo(os);
2360 virtual void DescribeTo(::std::ostream* os) const {
2362 matcher_.DescribeTo(os);
2419 virtual void DescribeTo(::std::ostream* os) const {
2421 size_matcher_.DescribeTo(os);
2473 virtual void DescribeTo(::std::ostream* os) const {
2475 distance_matcher_.DescribeTo(os);
2537 void DescribeTo(::std::ostream* os) const {
2639 virtual void DescribeTo(::std::ostream* os) const {
2641 matcher_.DescribeTo(os);
2733 virtual void DescribeTo(::std::ostream* os) const {
2738 mono_tuple_matcher_.DescribeTo(os);
2852 virtual void DescribeTo(::std::ostream* os) const {
2854 this->inner_matcher_.DescribeTo(os);
2859 this->inner_matcher_.DescribeTo(os);
2881 virtual void DescribeTo(::std::ostream* os) const {
2883 this->inner_matcher_.DescribeTo(os);
2964 virtual void DescribeTo(::std::ostream* os) const {
2966 inner_matcher_.DescribeTo(os);
2972 inner_matcher_.DescribeTo(os);
3016 virtual void DescribeTo(::std::ostream* os) const {
3018 first_matcher_.DescribeTo(os);
3020 second_matcher_.DescribeTo(os);
3126 virtual void DescribeTo(::std::ostream* os) const {
3131 matchers_[0].DescribeTo(os);
3136 matchers_[i].DescribeTo(os);
3367 virtual void DescribeTo(::std::ostream* os) const {
3584 virtual void DescribeTo(::std::ostream* os) const {
3588 mono_tuple2_matcher_.DescribeTo(os);