Home | History | Annotate | Download | only in gmock

Lines Matching defs: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;
242 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
397 // class that has a DescribeTo() method and a DescribeNegationTo()
428 virtual void DescribeTo(::std::ostream* os) const {
429 impl_.DescribeTo(os);
555 virtual void DescribeTo(::std::ostream* os) const {
556 source_matcher_.DescribeTo(os);
739 get<N - 1>(matchers).DescribeTo(os);
844 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; }
894 virtual void DescribeTo(::std::ostream* os) const { \
931 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
947 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
1006 virtual void DescribeTo(::std::ostream* os) const {
1096 void DescribeTo(::std::ostream* os) const {
1152 void DescribeTo(::std::ostream* os) const {
1199 void DescribeTo(::std::ostream* os) const {
1245 void DescribeTo(::std::ostream* os) const {
1291 void DescribeTo(::std::ostream* os) const {
1341 virtual void DescribeTo(::std::ostream* os) const { \
1378 virtual void DescribeTo(::std::ostream* os) const {
1383 matcher_.DescribeTo(os);
1422 virtual void DescribeTo(::std::ostream* os) const {
1424 matcher1_.DescribeTo(os);
1426 matcher2_.DescribeTo(os);
1594 virtual void DescribeTo(::std::ostream* os) const {
1596 matcher1_.DescribeTo(os);
1598 matcher2_.DescribeTo(os);
1704 void DescribeTo(::std::ostream* os) const {
1787 matcher.DescribeTo(&ss);
1863 virtual void DescribeTo(::std::ostream* os) const {
1959 // enough for implementing the DescribeTo() method of Pointee().
1976 virtual void DescribeTo(::std::ostream* os) const {
1978 matcher_.DescribeTo(os);
1983 matcher_.DescribeTo(os);
2015 void DescribeTo(::std::ostream* os) const {
2017 matcher_.DescribeTo(os);
2076 void DescribeTo(::std::ostream* os) const {
2078 matcher_.DescribeTo(os);
2181 virtual void DescribeTo(::std::ostream* os) const {
2183 matcher_.DescribeTo(os);
2240 virtual void DescribeTo(::std::ostream* os) const {
2242 size_matcher_.DescribeTo(os);
2296 void DescribeTo(::std::ostream* os) const {
2398 virtual void DescribeTo(::std::ostream* os) const {
2400 matcher_.DescribeTo(os);
2492 virtual void DescribeTo(::std::ostream* os) const {
2497 mono_tuple_matcher_.DescribeTo(os);
2611 virtual void DescribeTo(::std::ostream* os) const {
2613 this->inner_matcher_.DescribeTo(os);
2618 this->inner_matcher_.DescribeTo(os);
2640 virtual void DescribeTo(::std::ostream* os) const {
2642 this->inner_matcher_.DescribeTo(os);
2723 virtual void DescribeTo(::std::ostream* os) const {
2725 inner_matcher_.DescribeTo(os);
2731 inner_matcher_.DescribeTo(os);
2775 virtual void DescribeTo(::std::ostream* os) const {
2777 first_matcher_.DescribeTo(os);
2779 second_matcher_.DescribeTo(os);
2885 virtual void DescribeTo(::std::ostream* os) const {
2890 matchers_[0].DescribeTo(os);
2895 matchers_[i].DescribeTo(os);
3126 virtual void DescribeTo(::std::ostream* os) const {