Home
last modified time | relevance | path

Searched defs:Matcher (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/
DFieldValue.h218 struct Matcher { struct
219 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() argument
221 const Field mMatcher; argument
224 inline const Field& getMatcher() const { in getMatcher() argument
240 bool hasAllPositionMatcher() const { in hasAllPositionMatcher() argument
244 bool hasAnyPositionMatcher(int* prefix) const { in hasAnyPositionMatcher() argument
252 inline bool operator!=(const Matcher& that) const { argument