OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DescribeTo
(Results
1 - 19
of
19
) sorted by null
/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;
92
void InvalidationEqMatcher::
DescribeTo
(::std::ostream* os) const {
model_type_test_util.cc
44
virtual void
DescribeTo
(::std::ostream* os) const {
object_id_invalidation_map_test_util.cc
29
virtual void
DescribeTo
(::std::ostream* os) const;
112
void ObjectIdInvalidationMapEqMatcher::
DescribeTo
(::std::ostream* os) const {
/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-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);
544
get<N - 1>(matchers).
DescribeTo
(os);
641
virtual void
DescribeTo
(::std::ostream* os) const
[
all
...]
/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-spec-builders_test.cc
[
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
...]
/external/chromium_org/components/dom_distiller/core/
dom_distiller_test_util.cc
75
void ObserverUpdatesMatcher::
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 {
/external/chromium_org/sync/notifier/
unacked_invalidation_set_test_util.cc
34
virtual void
DescribeTo
(::std::ostream* os) const OVERRIDE;
73
void UnackedInvalidationSetEqMatcher::
DescribeTo
(::std::ostream* os) const {
105
virtual void
DescribeTo
(::std::ostream* os) const;
130
void UnackedInvalidationsMapEqMatcher::
DescribeTo
(
/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/chrome/browser/sync/
js_test_util.cc
34
virtual void
DescribeTo
(::std::ostream* os) const {
/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/chromeos/dbus/
shill_client_unittest_base.cc
56
void ValueMatcher::
DescribeTo
(::std::ostream* os) const {
/external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc
173
virtual void
DescribeTo
(::std::ostream* os) const { }
/external/chromium_org/net/websockets/
websocket_channel_test.cc
353
virtual void
DescribeTo
(std::ostream* os) const {
[
all
...]
Completed in 2274 milliseconds