Home | History | Annotate | Download | only in src

Lines Matching refs:negation

964 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
966 AssertionResult negation(!success_);
968 negation << *message_;
969 return negation;