Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1732 RawType lhs_value, in CmpHelperFloatingPointEQ() argument
1734 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
1742 << lhs_value; in CmpHelperFloatingPointEQ()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1322 const std::string& lhs_value, in EqFailure() argument
1328 if (lhs_value != lhs_expression) { in EqFailure()
1329 msg << "\n Which is: " << lhs_value; in EqFailure()
1340 if (!lhs_value.empty() && !rhs_value.empty()) { in EqFailure()
1342 SplitEscapedString(lhs_value); in EqFailure()