Searched refs:expect_eq_ (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 942 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {} in StrEqualityMatcher() 949 return !expect_eq_; in MatchAndExplain() 958 return expect_eq_ == eq; in MatchAndExplain() 962 DescribeToHelper(expect_eq_, os); in DescribeTo() 966 DescribeToHelper(!expect_eq_, os); in DescribeNegationTo() 980 const bool expect_eq_; variable
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 1130 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {} 1140 return !expect_eq_; 1155 return expect_eq_ == eq; 1159 DescribeToHelper(expect_eq_, os); 1163 DescribeToHelper(!expect_eq_, os); 1177 const bool expect_eq_;
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 1130 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {} 1140 return !expect_eq_; 1155 return expect_eq_ == eq; 1159 DescribeToHelper(expect_eq_, os); 1163 DescribeToHelper(!expect_eq_, os); 1177 const bool expect_eq_;
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 5724 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {} 5734 return !expect_eq_; 5749 return expect_eq_ == eq; 5753 DescribeToHelper(expect_eq_, os); 5757 DescribeToHelper(!expect_eq_, os); 5771 const bool expect_eq_;
|