Lines Matching full:success_
262 explicit AssertionResult(bool success) : success_(success) {}265 operator bool() const { return success_; } // NOLINT304 bool success_;