Searched defs:AnyValueMatcher (Results 1 – 1 of 1) sorted by relevance
164 struct AnyValueMatcher { struct165 bool match(Value op) const { return true; } in match()