Searched defs:AssertionResult (Results 1 – 4 of 4) sorted by relevance
60 class AssertionResult { class69 explicit AssertionResult( in AssertionResult() function in testing::AssertionResult76 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() function in testing::AssertionResult
45 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() function in testing::AssertionResult
128 struct AssertionResult { ~AssertionResult(); }; struct
106 class AssertionResult; // Result of an assertion. variable