HomeSort by: relevance | last modified time | path
    Searched defs:AssertionResult (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 197 // the assertion wasn't successful, the AssertionResult object
211 // testing::AssertionResult IsEven(int n) {
238 // testing::AssertionResult IsEven(int n) {
262 // testing::AssertionResult IsEven(const char* expr, int n) {
275 class GTEST_API_ AssertionResult {
279 AssertionResult(const AssertionResult& other);
290 // the argument is implicitly convertible to AssertionResult. In that case
291 // we want AssertionResult's copy constructor to be used.
293 explicit AssertionResult(
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 652 static AssertionResult HasOneFailure(const char* /* results_expr */,
994 // AssertionResult constructors.
996 AssertionResult::AssertionResult(const AssertionResult& other)
1003 void AssertionResult::swap(AssertionResult& other) {
1010 AssertionResult AssertionResult::operator!() const {
1011 AssertionResult negation(!success_)
    [all...]

Completed in 22 milliseconds