Home | History | Annotate | Download | only in src

Lines Matching refs:negation

957 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
959 AssertionResult negation(!success_);
961 negation << *message_;
962 return negation;