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

  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 143 virtual void DescribeNegationTo(::std::ostream* os) const {
209 void DescribeNegationTo(::std::ostream* os) const {
210 impl_->DescribeNegationTo(os);
309 // class that has a DescribeTo() method and a DescribeNegationTo()
344 virtual void DescribeNegationTo(::std::ostream* os) const {
345 impl_.DescribeNegationTo(os);
471 virtual void DescribeNegationTo(::std::ostream* os) const {
472 source_matcher_.DescribeNegationTo(os);
717 virtual void DescribeNegationTo(::std::ostream* os) const {
770 virtual void DescribeNegationTo(::std::ostream* os) const {
    [all...]
gmock-generated-matchers.h 255 virtual void DescribeNegationTo(::std::ostream* os) const {
258 inner_matcher_.DescribeNegationTo(os);
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 134 virtual void DescribeNegationTo(::std::ostream* os) const {
180 // virtual void DescribeNegationTo(::std::ostream* os) const;
270 void DescribeNegationTo(::std::ostream* os) const {
271 impl_->DescribeNegationTo(os);
422 // class that has a DescribeTo() method and a DescribeNegationTo()
457 virtual void DescribeNegationTo(::std::ostream* os) const {
458 impl_.DescribeNegationTo(os);
584 virtual void DescribeNegationTo(::std::ostream* os) const {
585 source_matcher_.DescribeNegationTo(os);
864 virtual void DescribeNegationTo(::std::ostream* os) const
    [all...]
gmock-generated-matchers.h 245 virtual void DescribeNegationTo(::std::ostream* os) const {
248 inner_matcher_.DescribeNegationTo(os);
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 134 virtual void DescribeNegationTo(::std::ostream* os) const {
180 // virtual void DescribeNegationTo(::std::ostream* os) const;
270 void DescribeNegationTo(::std::ostream* os) const {
271 impl_->DescribeNegationTo(os);
422 // class that has a DescribeTo() method and a DescribeNegationTo()
457 virtual void DescribeNegationTo(::std::ostream* os) const {
458 impl_.DescribeNegationTo(os);
584 virtual void DescribeNegationTo(::std::ostream* os) const {
585 source_matcher_.DescribeNegationTo(os);
864 virtual void DescribeNegationTo(::std::ostream* os) const
    [all...]
gmock-generated-matchers.h 245 virtual void DescribeNegationTo(::std::ostream* os) const {
248 inner_matcher_.DescribeNegationTo(os);
    [all...]
  /frameworks/base/tools/aapt2/test/
Common.h 155 void DescribeNegationTo(::std::ostream* os) const override {
183 void DescribeNegationTo(::std::ostream* os) const override {
207 void DescribeNegationTo(::std::ostream* os) const override {
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /external/googletest/googlemock/src/
gmock-matchers.cc 425 matcher_describers_[0]->DescribeNegationTo(os);
  /external/v8/testing/gmock/src/
gmock-matchers.cc 425 matcher_describers_[0]->DescribeNegationTo(os);
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 192 m.DescribeNegationTo(&ss);
242 // We deliberately don't define DescribeNegationTo() and
387 void DescribeNegationTo(ostream* os) const {
420 void DescribeNegationTo(ostream* os) const {
    [all...]
gmock-generated-matchers_test.cc 94 m.DescribeNegationTo(&ss);
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-matchers_test.cc 95 m.DescribeNegationTo(&ss);
    [all...]
gmock-matchers_test.cc 212 m.DescribeNegationTo(&ss);
268 // We deliberately don't define DescribeNegationTo() and
451 void DescribeNegationTo(ostream* os) const {
484 void DescribeNegationTo(ostream* os) const {
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-matchers_test.cc 96 m.DescribeNegationTo(&ss);
    [all...]
gmock-matchers_test.cc 212 m.DescribeNegationTo(&ss);
268 // We deliberately don't define DescribeNegationTo() and
451 void DescribeNegationTo(ostream* os) const {
484 void DescribeNegationTo(ostream* os) const {
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]

Completed in 293 milliseconds