Lines Matching defs:false

130 // false, the expression should evaluate to the matcher's description;
183 // false). As said earlier, you don't get to (or need to) specify
212 // return false;
874 return false;
1142 return false;
1319 return false;
1430 return false;
1514 return false;
1649 // equality comparisons between NANs will always return false. We specify a
1686 return false;
1705 return false;
1787 // FloatingEq2Matcher() matches (x, y) by matching FloatingEqMatcher(x, false)
1788 // against y, and FloatingEq2Matcher(e) matches FloatingEqMatcher(x, false, e)
1794 FloatingEq2Matcher() { Init(-1, false); }
1799 Init(max_abs_error, false);
1905 if (GetRawPointer(pointer) == nullptr) return false;
1981 // If To is a reference and the cast fails, this matcher returns false
2026 // In this case we return false if the dynamic_cast fails.
2039 return false;
2090 if (p == nullptr) return false;
2158 if (p == nullptr) return false;
2444 bool printed_header = false;
2460 bool printed_header2 = false;
2477 return false;
2647 return false;
2668 return false;
2674 return false;
2772 return false;
2802 return this->MatchAndExplainImpl(false, container, listener);
3095 return false;
3102 return false;
3327 return false;
3429 bool mismatch_found = false; // Have we found a mismatched element yet?
3467 return false;
3476 return false;
3482 bool reason_printed = false;
3528 // adds 1 to that number; returns false if incrementing the graph left it
3869 // 'negation' is false; otherwise returns the description of the
3910 return false;
3953 return false;
4015 return false;
4282 return internal::FloatingEqMatcher<double>(rhs, false);
4296 return internal::FloatingEqMatcher<double>(rhs, false, max_abs_error);
4310 return internal::FloatingEqMatcher<float>(rhs, false);
4324 return internal::FloatingEqMatcher<float>(rhs, false, max_abs_error);
4348 // If To is a reference and the cast fails, this matcher returns false
4481 internal::StrEqualityMatcher<std::string>(std::string(str), false, true));
4489 internal::StrEqualityMatcher<std::string>(std::string(str), true, false));
4497 std::string(str), false, false));
4539 internal::StrEqualityMatcher<std::wstring>(str, false, true));
4546 internal::StrEqualityMatcher<std::wstring>(str, true, false));
4553 internal::StrEqualityMatcher<std::wstring>(str, false, false));
5081 std::string DescribeMatcher(const M& matcher, bool negation = false) {
5367 return false;
5370 return false;
5374 return false;
5456 *gmock_os << FormatDescription(false); \
5537 *gmock_os << FormatDescription(false); \