Home
last modified time | relevance | path

Searched refs:lhs_value (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1584 RawType lhs_value, RawType rhs_value) { in CmpHelperFloatingPointEQ() argument
1585 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
1593 lhs_ss << lhs_value; in CmpHelperFloatingPointEQ()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1621 const std::string& lhs_value, in EqFailure() argument
1626 if (lhs_value != lhs_expression) { in EqFailure()
1627 msg << "\n Which is: " << lhs_value; in EqFailure()
1638 if (!lhs_value.empty() && !rhs_value.empty()) { in EqFailure()
1639 const std::vector<std::string> lhs_lines = SplitEscapedString(lhs_value); in EqFailure()