Searched defs:Matcher (Results 1 – 1 of 1) sorted by relevance
217 struct Matcher { struct218 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() function220 const Field mMatcher; argument223 inline const Field& getMatcher() const { in getMatcher() argument239 bool hasAllPositionMatcher() const { in hasAllPositionMatcher() argument243 bool hasAnyPositionMatcher(int* prefix) const { in hasAnyPositionMatcher() argument251 inline bool operator!=(const Matcher& that) const { argument