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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1633 RawType lhs_value,
1635 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value);
1643 << lhs_value;
1631 CmpHelperFloatingPointEQ(const char* lhs_expression, const char* rhs_expression, RawType lhs_value, RawType rhs_value) argument
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1306 // lhs_value: "5"
1314 const std::string& lhs_value,
1319 if (lhs_value != lhs_expression) {
1320 msg << "\n Which is: " << lhs_value; local
1331 if (!lhs_value.empty() && !rhs_value.empty()) {
1333 SplitEscapedString(lhs_value);
1312 EqFailure(const char* lhs_expression, const char* rhs_expression, const std::string& lhs_value, const std::string& rhs_value, bool ignoring_case) argument

Completed in 40 milliseconds