Home | History | Annotate | Download | only in src

Lines Matching refs:negation

944 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
946 AssertionResult negation(!success_);
948 negation << *message_;
949 return negation;