Home
last modified time | relevance | path

Searched refs:expect_eq (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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/googletest/googlemock/include/gmock/
Dgmock-matchers.h657 StrEqualityMatcher(const StringType& str, bool expect_eq,
659 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
706 void DescribeToHelper(bool expect_eq, ::std::ostream* os) const {
707 *os << (expect_eq ? "is " : "isn't ");