Searched defs:MatchAndExplain (Results 1 – 5 of 5) sorted by relevance
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 195 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 348 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 637 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function 668 virtual bool MatchAndExplain( in MatchAndExplain() function 752 bool MatchAndExplain(const Pointer& p, in MatchAndExplain() function 768 bool MatchAndExplain(const Pointer& p, in MatchAndExplain() function 826 virtual bool MatchAndExplain( in MatchAndExplain() function 900 bool MatchAndExplain(ConstCharPointer s, in MatchAndExplain() function 908 bool MatchAndExplain(const StringType& s, in MatchAndExplain() function 954 bool MatchAndExplain(ConstCharPointer s, in MatchAndExplain() function [all …]
|
D | gmock-generated-matchers.h | 233 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
|
/external/chromium/chrome/browser/sync/ |
D | js_test_util.cc | 27 virtual bool MatchAndExplain( in MatchAndExplain() function in browser_sync::__anonaea989810111::HasArgsMatcher
|
/external/chromium/testing/gmock/test/ |
D | gmock-matchers_test.cc | 146 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher 229 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl 252 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl 326 TEST(MatcherTest, MatchAndExplain) { in TEST() argument 375 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl 421 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl 3400 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl 3902 bool MatchAndExplain(const tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::IsHalfOfMatcher
|
D | gmock-generated-matchers_test.cc | 229 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anon8da9bcc80111::LessThanMatcher 262 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anon8da9bcc80111::GreaterThanMatcher
|