HomeSort by relevance Sort by last modified time
    Searched refs:DescribeTo (Results 1 - 25 of 37) sorted by null

1 2

  /external/google-breakpad/src/testing/test/
gmock-cardinalities_test.cc 122 c.DescribeTo(&ss);
150 c.DescribeTo(&ss);
167 AtLeast(1).DescribeTo(&ss1);
172 c.DescribeTo(&ss2);
177 AtLeast(3).DescribeTo(&ss3);
205 c.DescribeTo(&ss);
222 AtMost(1).DescribeTo(&ss1);
227 c.DescribeTo(&ss2);
232 AtMost(3).DescribeTo(&ss3);
274 c.DescribeTo(&ss)
    [all...]
gmock-generated-matchers_test.cc 86 m.DescribeTo(&ss);
227 virtual void DescribeTo(::std::ostream* os) const {}
258 virtual void DescribeTo(::std::ostream* os) const {
    [all...]
  /external/googletest/googlemock/test/
gmock-cardinalities_test.cc 122 c.DescribeTo(&ss);
150 c.DescribeTo(&ss);
167 AtLeast(1).DescribeTo(&ss1);
172 c.DescribeTo(&ss2);
177 AtLeast(3).DescribeTo(&ss3);
205 c.DescribeTo(&ss);
222 AtMost(1).DescribeTo(&ss1);
227 c.DescribeTo(&ss2);
232 AtMost(3).DescribeTo(&ss3);
274 c.DescribeTo(&ss)
    [all...]
gmock-generated-matchers_test.cc 87 m.DescribeTo(&ss);
228 virtual void DescribeTo(::std::ostream* os) const {}
259 virtual void DescribeTo(::std::ostream* os) const {
    [all...]
  /external/v8/testing/gmock/test/
gmock-cardinalities_test.cc 122 c.DescribeTo(&ss);
150 c.DescribeTo(&ss);
167 AtLeast(1).DescribeTo(&ss1);
172 c.DescribeTo(&ss2);
177 AtLeast(3).DescribeTo(&ss3);
205 c.DescribeTo(&ss);
222 AtMost(1).DescribeTo(&ss1);
227 c.DescribeTo(&ss2);
232 AtMost(3).DescribeTo(&ss3);
274 c.DescribeTo(&ss)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-cardinalities.h 75 virtual void DescribeTo(::std::ostream* os) const = 0;
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
gmock-matchers.h 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)
    [all...]
gmock-generated-matchers.h 249 virtual void DescribeTo(::std::ostream* os) const {
252 inner_matcher_.DescribeTo(os);
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-cardinalities.h 75 virtual void DescribeTo(::std::ostream* os) const = 0;
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
gmock-matchers.h 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
    [all...]
gmock-generated-matchers.h 239 virtual void DescribeTo(::std::ostream* os) const {
242 inner_matcher_.DescribeTo(os);
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-cardinalities.h 75 virtual void DescribeTo(::std::ostream* os) const = 0;
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
gmock-matchers.h 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
    [all...]
gmock-generated-matchers.h 239 virtual void DescribeTo(::std::ostream* os) const {
242 inner_matcher_.DescribeTo(os);
    [all...]
  /external/google-breakpad/src/testing/src/
gmock-cardinalities.cc 85 virtual void DescribeTo(::std::ostream* os) const;
108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
gmock-spec-builders.cc 156 cardinality().DescribeTo(os);
212 cardinality().DescribeTo(&ss);
  /external/googletest/googlemock/src/
gmock-cardinalities.cc 85 virtual void DescribeTo(::std::ostream* os) const;
108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
gmock-matchers.cc 403 matcher_describers_[0]->DescribeTo(os);
411 matcher_describers_[i]->DescribeTo(os);
433 matcher_describers_[i]->DescribeTo(os);
468 matcher_describers_[mi]->DescribeTo(listener->stream());
gmock-spec-builders.cc 155 cardinality().DescribeTo(os);
211 cardinality().DescribeTo(&ss);
  /external/v8/testing/gmock/src/
gmock-cardinalities.cc 85 virtual void DescribeTo(::std::ostream* os) const;
108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
gmock-matchers.cc 403 matcher_describers_[0]->DescribeTo(os);
411 matcher_describers_[i]->DescribeTo(os);
433 matcher_describers_[i]->DescribeTo(os);
469 matcher_describers_[mi]->DescribeTo(listener->stream());
gmock-spec-builders.cc 156 cardinality().DescribeTo(os);
212 cardinality().DescribeTo(&ss);
  /external/v8/testing/
gmock-support.h 43 virtual void DescribeTo(std::ostream* os) const {
  /frameworks/base/tools/aapt2/test/
Common.h 151 void DescribeTo(::std::ostream* os) const override {
179 void DescribeTo(::std::ostream* os) const override {
203 void DescribeTo(::std::ostream* os) const override {
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 511 milliseconds

1 2