HomeSort by: relevance | last modified time | path
    Searched refs:DescribeTo (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-cardinalities.h 84 virtual void DescribeTo(::std::ostream* os) const = 0;
125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
gmock-matchers.h 224 void DescribeTo(::std::ostream* os) const override {
225 source_matcher_.DescribeTo(os);
399 std::get<N - 1>(matchers).DescribeTo(os);
504 void DescribeTo(::std::ostream* os) const override { *os << "is anything"; }
533 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
549 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
608 void DescribeTo(::std::ostream* os) const override {
708 void DescribeTo(::std::ostream* os) const {
774 void DescribeTo(::std::ostream* os) const {
831 void DescribeTo(::std::ostream* os) const
    [all...]
gmock-generated-matchers.h 277 virtual void DescribeTo(::std::ostream* gmock_os) const {\
326 virtual void DescribeTo(::std::ostream* gmock_os) const {\
379 virtual void DescribeTo(::std::ostream* gmock_os) const {\
439 virtual void DescribeTo(::std::ostream* gmock_os) const {\
503 virtual void DescribeTo(::std::ostream* gmock_os) const {\
576 virtual void DescribeTo(::std::ostream* gmock_os) const {\
652 virtual void DescribeTo(::std::ostream* gmock_os) const {\
734 virtual void DescribeTo(::std::ostream* gmock_os) const {\
822 virtual void DescribeTo(::std::ostream* gmock_os) const {\
917 virtual void DescribeTo(::std::ostream* gmock_os) const {
    [all...]
gmock-spec-builders.h 1077 extra_matcher_.DescribeTo(os);
1133 extra_matcher_.DescribeTo(os);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-cardinalities.cc 84 void DescribeTo(::std::ostream* os) const override;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
gmock-matchers.cc 293 matcher_describers_[0]->DescribeTo(os);
315 matcher_describers_[i]->DescribeTo(os);
356 matcher_describers_[i]->DescribeTo(os);
393 matcher_describers_[mi]->DescribeTo(listener->stream());
gmock-spec-builders.cc 188 cardinality().DescribeTo(os);
244 cardinality().DescribeTo(&ss);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
Error.h 53 void DescribeTo(std::ostream *OS) const override {
55 Matcher.DescribeTo(OS);
112 void DescribeTo(std::ostream *OS) const override {
116 Matcher->DescribeTo(OS);
148 void DescribeTo(std::ostream *OS) const override {
150 Matcher.DescribeTo(OS);
SupportHelpers.h 83 void DescribeTo(std::ostream *OS) const override {
85 ValueMatcher.DescribeTo(OS);
89 ValueMatcher.DescribeTo(OS);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-matchers.h 123 // being matched. For example, the DescribeTo() method of the Gt(7)
125 virtual void DescribeTo(::std::ostream* os) const = 0;
135 DescribeTo(os);
178 // virtual void DescribeTo(::std::ostream* os) const = 0;
192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); }
274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
437 matcher.DescribeTo(&os);
446 // class that has a DescribeTo() method and a DescribeNegationTo(
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 598 matcher_.DescribeTo(&stream);

Completed in 37 milliseconds