Searched defs:inner_matcher (Results 1 - 8 of 8) sorted by relevance

/external/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h220 explicit ArgsMatcherImpl(const InnerMatcher& inner_matcher) argument
221 : inner_matcher_(SafeMatcherCast<const SelectedArgs&>(inner_matcher)) {}
283 explicit ArgsMatcher(const InnerMatcher& inner_matcher) argument
284 : inner_matcher_(inner_matcher) {}
H A Dgmock-matchers.h2102 // reference that matches inner_matcher when dynamic_cast<T> is applied.
2809 explicit QuantifierMatcherImpl(InnerMatcher inner_matcher) argument
2811 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}
2848 explicit ContainsMatcherImpl(InnerMatcher inner_matcher) argument
2849 : QuantifierMatcherImpl<Container>(inner_matcher) {}
2877 explicit EachMatcherImpl(InnerMatcher inner_matcher) argument
2878 : QuantifierMatcherImpl<Container>(inner_matcher) {}
2934 // Implements Key(inner_matcher) for the given argument pair type.
2935 // Key(inner_matcher) matches an std::pair whose 'first' field matches
2936 // inner_matcher
2945 KeyMatcherImpl(InnerMatcher inner_matcher) argument
3872 Pointee( const InnerMatcher& inner_matcher) argument
3885 WhenDynamicCastTo(const Matcher<To>& inner_matcher) argument
4322 Key(M inner_matcher) argument
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h220 explicit ArgsMatcherImpl(const InnerMatcher& inner_matcher) argument
221 : inner_matcher_(SafeMatcherCast<const SelectedArgs&>(inner_matcher)) {}
283 explicit ArgsMatcher(const InnerMatcher& inner_matcher) argument
284 : inner_matcher_(inner_matcher) {}
H A Dgmock-matchers.h2102 // reference that matches inner_matcher when dynamic_cast<T> is applied.
2809 explicit QuantifierMatcherImpl(InnerMatcher inner_matcher) argument
2811 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}
2848 explicit ContainsMatcherImpl(InnerMatcher inner_matcher) argument
2849 : QuantifierMatcherImpl<Container>(inner_matcher) {}
2877 explicit EachMatcherImpl(InnerMatcher inner_matcher) argument
2878 : QuantifierMatcherImpl<Container>(inner_matcher) {}
2934 // Implements Key(inner_matcher) for the given argument pair type.
2935 // Key(inner_matcher) matches an std::pair whose 'first' field matches
2936 // inner_matcher
2945 KeyMatcherImpl(InnerMatcher inner_matcher) argument
3872 Pointee( const InnerMatcher& inner_matcher) argument
3885 WhenDynamicCastTo(const Matcher<To>& inner_matcher) argument
4322 Key(M inner_matcher) argument
[all...]
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp118 T&& inner_matcher,
126 if (MatchAllOverriddenMethods(**it, inner_matcher, finder, builder))
151 return inner_matcher.matches(decl, finder, builder);
116 MatchAllOverriddenMethods( const clang::CXXMethodDecl& decl, T&& inner_matcher, clang::ast_matchers::internal::ASTMatchFinder* finder, clang::ast_matchers::internal::BoundNodesTreeBuilder* builder) argument
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-matchers.h230 explicit ArgsMatcherImpl(const InnerMatcher& inner_matcher) argument
231 : inner_matcher_(SafeMatcherCast<const SelectedArgs&>(inner_matcher)) {}
293 explicit ArgsMatcher(const InnerMatcher& inner_matcher) argument
294 : inner_matcher_(inner_matcher) {}
H A Dgmock-matchers.h2220 explicit QuantifierMatcherImpl(InnerMatcher inner_matcher) argument
2222 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}
2259 explicit ContainsMatcherImpl(InnerMatcher inner_matcher) argument
2260 : QuantifierMatcherImpl<Container>(inner_matcher) {}
2288 explicit EachMatcherImpl(InnerMatcher inner_matcher) argument
2289 : QuantifierMatcherImpl<Container>(inner_matcher) {}
2345 // Implements Key(inner_matcher) for the given argument pair type.
2346 // Key(inner_matcher) matches an std::pair whose 'first' field matches
2347 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
2356 explicit KeyMatcherImpl(InnerMatcher inner_matcher) argument
2803 Pointee( const InnerMatcher& inner_matcher) argument
3149 Key(M inner_matcher) argument
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h7224 explicit QuantifierMatcherImpl(InnerMatcher inner_matcher) argument
7226 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}
7263 explicit ContainsMatcherImpl(InnerMatcher inner_matcher) argument
7264 : QuantifierMatcherImpl<Container>(inner_matcher) {}
7292 explicit EachMatcherImpl(InnerMatcher inner_matcher) argument
7293 : QuantifierMatcherImpl<Container>(inner_matcher) {}
7349 // Implements Key(inner_matcher) for the given argument pair type.
7350 // Key(inner_matcher) matches an std::pair whose 'first' field matches
7351 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
7360 explicit KeyMatcherImpl(InnerMatcher inner_matcher) argument
8211 Pointee( const InnerMatcher& inner_matcher) argument
8569 Key(M inner_matcher) argument
[all...]

Completed in 120 milliseconds