Home
last modified time | relevance | path

Searched refs:DescribeTo (Results 1 – 25 of 57) sorted by relevance

123

/external/googletest/googlemock/test/
Dgmock-cardinalities_test.cc121 c.DescribeTo(&ss); in TEST()
149 c.DescribeTo(&ss); in TEST()
166 AtLeast(1).DescribeTo(&ss1); in TEST()
171 c.DescribeTo(&ss2); in TEST()
176 AtLeast(3).DescribeTo(&ss3); in TEST()
204 c.DescribeTo(&ss); in TEST()
221 AtMost(1).DescribeTo(&ss1); in TEST()
226 c.DescribeTo(&ss2); in TEST()
231 AtMost(3).DescribeTo(&ss3); in TEST()
273 c.DescribeTo(&ss); in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.cc55 operands_[index].DescribeTo(listener->stream()); in MatchAndExplain()
67 void HloMatcher::DescribeTo(::std::ostream* os) const { in DescribeTo() function in xla::testing::HloMatcher
75 operands_[i].DescribeTo(os); in DescribeTo()
126 void HloCustomCallMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloCustomCallMatcher
127 HloMatcher::DescribeTo(os); in DescribeTo()
129 call_target_matcher_.DescribeTo(os); in DescribeTo()
146 call_target_matcher_.DescribeTo(&desc_stream); in MatchAndExplain()
167 void HloShapeMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShapeMatcher
182 void HloShapeAndLayoutMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShapeAndLayoutMatcher
211 void HloShardingMatcher::DescribeTo(std::ostream* os) const { in DescribeTo() function in xla::testing::HloShardingMatcher
[all …]
Dpattern_matcher.h256 void DescribeTo(std::ostream* os, int64 indent = 0) const {
314 submatcher.DescribeTo(os, indent + 3);
323 submatcher.DescribeTo(os, indent + kIndentInc);
335 submatcher.DescribeTo(os, indent);
393 void DescribeTo(std::ostream* os, int64 indent = 0) const {
417 void DescribeTo(std::ostream* os, int64 indent = 0) const {
440 void DescribeTo(std::ostream* os, int64 indent = 0) const {
486 void DescribeTo(std::ostream* os, int64 indent = 0) const {
487 impl_.DescribeTo(os, indent);
519 void DescribeTo(std::ostream* os, int64 indent = 0) const {
[all …]
Dpattern_matcher_gmock.h62 void DescribeTo(std::ostream* os) const { pattern_.DescribeTo(os); } in DescribeTo() function
66 DescribeTo(os); in DescribeNegationTo()
Dhlo_matchers.h36 void DescribeTo(::std::ostream* os) const override;
100 void DescribeTo(std::ostream* os) const override;
113 void DescribeTo(std::ostream* os) const override;
126 void DescribeTo(std::ostream* os) const override;
143 void DescribeTo(std::ostream* os) const override;
163 void DescribeTo(std::ostream* os) const override;
184 void DescribeTo(std::ostream* os) const override;
Dpattern_matcher_gmock_test.cc31 m.DescribeTo(&ss); in Describe()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DMatchers.h44 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
49 M.DescribeTo(OS); in DescribeTo()
68 Matchers[K].DescribeTo(L->stream()); in MatchAndExplain()
72 Matchers[I].DescribeTo(L->stream()); in MatchAndExplain()
158 virtual void DescribeTo(::std::ostream *os) const { in DescribeTo() function
160 matcher_.DescribeTo(os); in DescribeTo()
165 matcher_.DescribeTo(os); in DescribeNegationTo()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h128 virtual void DescribeTo(::std::ostream* os) const = 0;
138 DescribeTo(os); in DescribeNegationTo()
269 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
455 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function
456 impl_.DescribeTo(os); in DescribeTo()
582 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function
583 source_matcher_.DescribeTo(os); in DescribeTo()
762 get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo()
865 virtual void DescribeTo(::std::ostream* os) const { *os << "is anything"; }
912 virtual void DescribeTo(::std::ostream* os) const {
[all …]
Dgmock-cardinalities.h77 virtual void DescribeTo(::std::ostream* os) const = 0;
117 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
/external/llvm-project/llvm/include/llvm/Testing/Support/
DError.h53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
55 Matcher.DescribeTo(OS); in DescribeTo()
112 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
116 Matcher->DescribeTo(OS); in DescribeTo()
148 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
150 Matcher.DescribeTo(OS); in DescribeTo()
DSupportHelpers.h83 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
85 ValueMatcher.DescribeTo(OS); in DescribeTo()
89 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
/external/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h82 virtual void DescribeTo(::std::ostream* os) const = 0;
123 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
Dgmock-matchers.h439 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
440 source_matcher_.DescribeTo(os); in DescribeTo()
643 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo()
752 void DescribeTo(std::ostream* os) const { *os << "is anything"; }
771 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
787 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
846 void DescribeTo(::std::ostream* os) const override {
943 void DescribeTo(::std::ostream* os) const {
1006 void DescribeTo(::std::ostream* os) const {
1061 void DescribeTo(::std::ostream* os) const {
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h124 virtual void DescribeTo(::std::ostream *os) const = 0;
134 DescribeTo(os); in DescribeNegationTo()
191 void DescribeTo(::std::ostream *os) const override { impl_->DescribeTo(os); } in DescribeTo() function
285 void DescribeTo(::std::ostream *os) const { impl_->DescribeTo(os); } in DescribeTo() function
446 matcher.DescribeTo(&os);
486 void DescribeTo(::std::ostream *os) const override { impl_.DescribeTo(os); } in DescribeTo() function
564 void DescribeTo(::std::ostream *os) const override { in DescribeTo() function
665 void DescribeTo(::std::ostream *os) const { in DescribeTo() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h124 virtual void DescribeTo(::std::ostream* os) const = 0;
134 DescribeTo(os); in DescribeNegationTo()
191 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function
273 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
435 matcher.DescribeTo(&os);
475 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function
549 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
650 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
/external/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h125 virtual void DescribeTo(::std::ostream* os) const = 0;
135 DescribeTo(os); in DescribeNegationTo()
192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function
274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
437 matcher.DescribeTo(&os);
477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function
551 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
652 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DError.h53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
55 Matcher.DescribeTo(OS); in DescribeTo()
112 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
116 Matcher->DescribeTo(OS); in DescribeTo()
DSupportHelpers.h81 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
83 ValueMatcher.DescribeTo(OS); in DescribeTo()
87 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc196 control_dep_set->DescribeTo(listener->stream()); in MatchAndExplain()
227 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
260 input_matchers->front().DescribeTo(&ss); in DescribeTo()
268 matcher.DescribeTo(&ss); in DescribeTo()
280 control_dep_set->DescribeTo(os); in DescribeTo()
321 (*input_matchers)[input_idx].DescribeTo(listener->stream()); in MatchAndExplainInput()
354 src_matcher_.DescribeTo(listener->stream()); in MatchAndExplain()
373 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in tensorflow::testing::matchers::__anon7244d80c0111::OutEdgeMatcher
378 src_matcher_.DescribeTo(os); in DescribeTo()
/external/googletest/googlemock/src/
Dgmock-matchers.cc290 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl()
312 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl()
353 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl()
390 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
Dgmock-cardinalities.cc84 void DescribeTo(::std::ostream* os) const override;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anonca83b7ff0111::BetweenCardinalityImpl
/external/llvm-project/llvm/utils/unittest/googlemock/src/
Dgmock-cardinalities.cc85 virtual void DescribeTo(::std::ostream* os) const;
108 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon6bfb60fa0111::BetweenCardinalityImpl
Dgmock-matchers.cc403 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl()
411 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl()
433 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl()
469 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyAllElementsAndMatchersAreMatched()
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h118 virtual void DescribeTo(::std::ostream* os) const = 0;
128 DescribeTo(os); in DescribeNegationTo()
261 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function
368 P::Get(m).DescribeTo(os); in DescribeImpl()
616 matcher.DescribeTo(&os);
656 void DescribeTo(::std::ostream* os) const override { impl_.DescribeTo(os); }
718 void DescribeTo(std::ostream* os) const {
830 void DescribeTo(::std::ostream* os) const {
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
Dutils.h78 void DescribeTo(std::ostream* os) const override { in DescribeTo() function
88 mono_tuple_matcher_.DescribeTo(os); in DescribeTo()

123