Home | History | Annotate | Download | only in gtest

Lines Matching defs:success_

17676   explicit AssertionResult(bool success) : success_(success) {}
17679 operator bool() const { return success_; } // NOLINT
17718 bool success_;