HomeSort by relevance Sort by last modified time
    Searched defs:DescribeTo (Results 1 - 17 of 17) sorted by null

  /external/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-generated-matchers.h 250 virtual void DescribeTo(::std::ostream* os) const {
253 inner_matcher_.DescribeTo(os);
    [all...]
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;
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
    [all...]
  /external/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...]
gmock-generated-matchers_test.cc 91 m.DescribeTo(&ss);
232 virtual void DescribeTo(::std::ostream* os) const {}
263 virtual void DescribeTo(::std::ostream* os) const {
    [all...]
gmock-spec-builders_test.cc     [all...]
gmock-matchers_test.cc 162 virtual void DescribeTo(ostream* os) const {
200 m.DescribeTo(&ss);
260 virtual void DescribeTo(ostream* os) const {
290 virtual void DescribeTo(ostream* os) const {
344 // Tests that Matcher<T>::DescribeTo() calls
345 // MatcherInterface<T>::DescribeTo().
445 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
478 void DescribeTo(ostream* os) const { *os << "is even"; }
    [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-generated-matchers.h 249 virtual void DescribeTo(::std::ostream* os) const {
252 inner_matcher_.DescribeTo(os);
    [all...]
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...]
  /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...]
gmock-spec-builders_test.cc     [all...]
gmock-matchers_test.cc 146 virtual void DescribeTo(ostream* os) const {
184 m.DescribeTo(&ss);
238 virtual void DescribeTo(ostream* os) const {
268 virtual void DescribeTo(ostream* os) const {
322 // Tests that Matcher<T>::DescribeTo() calls
323 // MatcherInterface<T>::DescribeTo().
385 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
418 void DescribeTo(ostream* os) const { *os << "is even"; }
    [all...]
  /external/v8/testing/
gmock-support.h 43 virtual void DescribeTo(std::ostream* os) const {
  /external/gmock/src/
gmock-cardinalities.cc 85 virtual void DescribeTo(::std::ostream* os) const;
108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
  /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 {

Completed in 353 milliseconds