Lines Matching refs:Matcher
25 struct Matcher;
183 bool matches(const Matcher& that) const;
217 struct Matcher { struct
218 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() function
251 inline bool operator!=(const Matcher& that) const { argument
255 inline bool operator==(const Matcher& that) const {
260 inline Matcher getSimpleMatcher(int32_t tag, size_t field) { in getSimpleMatcher()
261 return Matcher(Field(tag, getSimpleField(field)), 0xff7f0000); in getSimpleMatcher()
392 void translateFieldMatcher(const FieldMatcher& matcher, std::vector<Matcher>* output);
396 bool equalDimensions(const std::vector<Matcher>& dimension_a,
397 const std::vector<Matcher>& dimension_b);