Home | History | Annotate | Download | only in gtest

Lines Matching defs:success_

271   explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_;