Searched refs:success_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h277 : success_(success) {}
288 operator bool() const { return success_; } // NOLINT
330 bool success_; member in class:testing::AssertionResult
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc988 : success_(other.success_),
997 swap(success_, other.success_);
1003 AssertionResult negation(!success_);

Completed in 32 milliseconds