Lines Matching defs:success_
17296 explicit AssertionResult(bool success) : success_(success) {}17299 operator bool() const { return success_; } // NOLINT17338 bool success_;