Home | History | Annotate | Download | only in gtest

Lines Matching defs:success_

17296   explicit AssertionResult(bool success) : success_(success) {}
17299 operator bool() const { return success_; } // NOLINT
17338 bool success_;