Home
last modified time | relevance | path

Searched defs:MatchAndExplain (Results 1 – 5 of 5) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h195 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 …]
Dgmock-generated-matchers.h233 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
/external/chromium/chrome/browser/sync/
Djs_test_util.cc27 virtual bool MatchAndExplain( in MatchAndExplain() function in browser_sync::__anon5ec201230111::HasArgsMatcher
/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc146 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
Dgmock-generated-matchers_test.cc229 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anona3b1386a0111::LessThanMatcher
262 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anona3b1386a0111::GreaterThanMatcher