HomeSort by: relevance | last modified time | path
    Searched defs:DescribeNegationTo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-matchers.h 133 virtual void DescribeNegationTo(::std::ostream* os) const {
179 // virtual void DescribeNegationTo(::std::ostream* os) const;
194 void DescribeNegationTo(::std::ostream* os) const override {
195 impl_->DescribeNegationTo(os);
277 void DescribeNegationTo(::std::ostream* os) const {
278 impl_->DescribeNegationTo(os);
446 // class that has a DescribeTo() method and a DescribeNegationTo()
479 virtual void DescribeNegationTo(::std::ostream* os) const {
480 impl_.DescribeNegationTo(os);
555 void DescribeNegationTo(::std::ostream* os) const override
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 228 void DescribeNegationTo(::std::ostream* os) const override {
229 source_matcher_.DescribeNegationTo(os);
505 void DescribeNegationTo(::std::ostream* os) const override {
534 void DescribeNegationTo(::std::ostream* os) const {
550 void DescribeNegationTo(::std::ostream* os) const {
613 void DescribeNegationTo(::std::ostream* os) const override {
712 void DescribeNegationTo(::std::ostream* os) const {
779 void DescribeNegationTo(::std::ostream* os) const {
836 void DescribeNegationTo(::std::ostream* os) const {
892 void DescribeNegationTo(::std::ostream* os) const
    [all...]

Completed in 21 milliseconds