HomeSort by relevance Sort by last modified time
    Searched refs:DescribeTo (Results 1 - 21 of 21) 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_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
gmock.h 38 void DescribeTo(::std::ostream* os) const {
40 proto_matcher_.DescribeTo(os);
45 proto_matcher_.DescribeTo(os);
  /external/chromium_org/sync/internal_api/public/base/
invalidation_test_util.cc 30 virtual void DescribeTo(::std::ostream* os) const;
48 void AckHandleEqMatcher::DescribeTo(::std::ostream* os) const {
63 virtual void DescribeTo(::std::ostream* os) const;
81 void InvalidationEqMatcher::DescribeTo(::std::ostream* os) const {
model_type_test_util.cc 31 virtual void DescribeTo(::std::ostream* os) const {
model_type_invalidation_map_test_util.cc 30 virtual void DescribeTo(::std::ostream* os) const;
98 void ModelTypeInvalidationMapEqMatcher::DescribeTo(::std::ostream* os) const {
  /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_org/sync/js/
js_test_util.cc 40 virtual void DescribeTo(::std::ostream* os) const {
70 virtual void DescribeTo(::std::ostream* os) const {
  /external/chromium_org/sync/notifier/
object_id_invalidation_map_test_util.cc 29 virtual void DescribeTo(::std::ostream* os) const;
98 void ObjectIdInvalidationMapEqMatcher::DescribeTo(::std::ostream* os) const {
  /external/chromium/chrome/browser/sync/
js_test_util.cc 34 virtual void DescribeTo(::std::ostream* os) const {
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.h 49 virtual void DescribeTo(::std::ostream* os) const OVERRIDE;
shill_client_unittest_base.cc 62 void ValueMatcher::DescribeTo(::std::ostream* os) const {
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_unittest.cc 95 virtual void DescribeTo(::std::ostream* os) const OVERRIDE {
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 392 virtual void DescribeTo(std::ostream* os) const {
    [all...]

Completed in 371 milliseconds