Searched defs:Matcher (Results 1 – 1 of 1) sorted by relevance
220 struct Matcher { struct221 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() function223 const Field mMatcher; argument226 inline const Field& getMatcher() const { in getMatcher() argument242 bool hasAllPositionMatcher() const { in hasAllPositionMatcher() argument246 inline bool operator!=(const Matcher& that) const { argument