Searched defs:Matcher (Results 1 – 1 of 1) sorted by relevance
221 struct Matcher { struct222 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() argument224 const Field mMatcher; argument227 inline const Field& getMatcher() const { in getMatcher() argument243 bool hasAllPositionMatcher() const { in hasAllPositionMatcher() argument247 inline bool operator!=(const Matcher& that) const { argument