Home | History | Annotate | Download | only in gtest

Lines Matching defs:success_

262   explicit AssertionResult(bool success) : success_(success) {}
265 operator bool() const { return success_; } // NOLINT
304 bool success_;