Searched refs:setMatcher (Results 1 – 12 of 12) sorted by relevance
168 setMatcher(Matcher); in VariantValue()184 setMatcher(Other.getMatcher()); in operator =()248 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher() function in clang::ast_matchers::dynamic::VariantValue
34 public void setMatcher(StringMatcher matcher) in setMatcher() method in SettableMatcher
79 settableMatcher.setMatcher(nextMatcher); in parse()
26 void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher); in setMatcher() method
236 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher() method in MocksBehavior237 getLegacyMatcherProvider().setMatcher(method, matcher); in setMatcher()
136 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher() method in ReplayState
58 public void setMatcher(Method method, ArgumentsMatcher matcher) { in setMatcher() method in LegacyMatcherProvider
385 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher() method in RecordState387 behavior.setMatcher(lastInvocation.getMethod(), matcher); in setMatcher()
290 state.setMatcher(null, matcher); in setLegacyMatcher()
229 void setMatcher(const VariantMatcher &Matcher);
327 public void setMatcher(ArgumentsMatcher matcher) { in setMatcher() method in MockControl
112 public void setMatcher(Match matchExpression) { in setMatcher() method in GenericObject