MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / CmpHelperEQFailure

Function CmpHelperEQFailure

tests/gtest/gtest.h:13943–13951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13941// when calling EXPECT_* in a tight loop.
13942template <typename T1, typename T2>
13943AssertionResult CmpHelperEQFailure(const char* lhs_expression,
13944 const char* rhs_expression,
13945 const T1& lhs, const T2& rhs) {
13946 return EqFailure(lhs_expression,
13947 rhs_expression,
13948 FormatForComparisonFailureMessage(lhs, rhs),
13949 FormatForComparisonFailureMessage(rhs, lhs),
13950 false);
13951}
13952
13953// This block of code defines operator==/!=
13954// to block lexical scope lookup.

Callers 1

CmpHelperEQFunction · 0.85

Calls 2

EqFailureFunction · 0.85

Tested by

no test coverage detected