Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h940 StrEqualityMatcher(const StringType& str, bool expect_eq, in StrEqualityMatcher() argument
942 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {} in StrEqualityMatcher()
970 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const { in DescribeToHelper() argument
971 *os << (expect_eq ? "is " : "isn't "); in DescribeToHelper()
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h1128 StrEqualityMatcher(const StringType& str, bool expect_eq,
1130 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
1167 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const {
1168 *os << (expect_eq ? "is " : "isn't ");
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h1128 StrEqualityMatcher(const StringType& str, bool expect_eq,
1130 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
1167 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const {
1168 *os << (expect_eq ? "is " : "isn't ");
/external/fmtlib/test/gmock/
Dgmock.h5722 StrEqualityMatcher(const StringType& str, bool expect_eq,
5724 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
5761 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const {
5762 *os << (expect_eq ? "is " : "isn't ");