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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1128 StrEqualityMatcher(const StringType& str, bool expect_eq, argument
1130 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
1167 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const { argument
1168 *os << (expect_eq ? "is " : "isn't ");

Completed in 27 milliseconds