Searched defs:Matcher (Results 1 – 3 of 3) sorted by relevance
220 struct Matcher { struct221 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() argument223 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
86 public static class Matcher { class in MdnsOffloadRule99 public Matcher(byte[] qnames, int[] qtypes) { in Matcher() method in MdnsOffloadRule.Matcher
61 public interface Matcher { interface in NameValuePair