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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h940 StrEqualityMatcher(const StringType& str, bool expect_eq, argument
942 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
970 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const { argument
971 *os << (expect_eq ? "is " : "isn't ");
/external/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 ");
/external/v8/testing/gmock/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 ");
/external/fmtlib/test/gmock/
H A Dgmock.h5722 StrEqualityMatcher(const StringType& str, bool expect_eq, argument
5724 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
5761 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const { argument
5762 *os << (expect_eq ? "is " : "isn't ");

Completed in 105 milliseconds