Searched defs:Matcher (Results 1 – 2 of 2) 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() argument247 bool hasFirstPositionMatcher() const { in hasFirstPositionMatcher() argument251 bool hasLastPositionMatcher() const { in hasLastPositionMatcher() argument255 bool isEqualWithoutPositionBits(const Matcher& that) const { in isEqualWithoutPositionBits() argument
66 public interface Matcher { interface in NameValuePair