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

  /external/chromium/testing/gmock/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);
645 virtual void DescribeNegationTo(::std::ostream* os) const {
646 source_matcher_.DescribeNegationTo(os);
671 virtual void DescribeNegationTo(::std::ostream* os) const {
724 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/chromium/chrome/browser/sync/
js_test_util.cc 38 virtual void DescribeNegationTo(::std::ostream* os) const {
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 188 m.DescribeNegationTo(&ss);
238 // We deliberately don't define DescribeNegationTo() and
383 void DescribeNegationTo(ostream* os) const {
416 void DescribeNegationTo(ostream* os) const {
    [all...]
gmock-generated-matchers_test.cc 94 m.DescribeNegationTo(&ss);
    [all...]

Completed in 466 milliseconds