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

  /external/chromium/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...]
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-matchers_test.cc 142 virtual void DescribeTo(ostream* os) const {
180 m.DescribeTo(&ss);
234 virtual void DescribeTo(ostream* os) const {
264 virtual void DescribeTo(ostream* os) const {
318 // Tests that Matcher<T>::DescribeTo() calls
319 // MatcherInterface<T>::DescribeTo().
381 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
414 void DescribeTo(ostream* os) const { *os << "is even"; }
    [all...]
gmock-spec-builders_test.cc     [all...]
  /external/chromium/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 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);
544 get<N - 1>(matchers).DescribeTo(os);
641 virtual void DescribeTo(::std::ostream* os) const
    [all...]
gmock-generated-matchers.h 249 virtual void DescribeTo(::std::ostream* os) const {
252 inner_matcher_.DescribeTo(os);
    [all...]
gmock-spec-builders.h     [all...]
  /external/chromium/testing/gmock/src/
gmock-cardinalities.cc 85 virtual void DescribeTo(::std::ostream* os) const;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
gmock-spec-builders.cc 156 cardinality().DescribeTo(os);
212 cardinality().DescribeTo(&ss);
  /external/chromium/chrome/browser/sync/
js_test_util.cc 34 virtual void DescribeTo(::std::ostream* os) const {

Completed in 138 milliseconds