Searched defs:Matcher (Results 1 – 1 of 1) sorted by relevance
218 struct Matcher { struct219 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() argument221 const Field mMatcher; argument224 inline const Field& getMatcher() const { in getMatcher() argument240 bool hasAllPositionMatcher() const { in hasAllPositionMatcher() argument244 bool hasAnyPositionMatcher(int* prefix) const { in hasAnyPositionMatcher() argument252 inline bool operator!=(const Matcher& that) const { argument