Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DFieldValue.h217 struct Matcher { struct
218 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() argument
220 const Field mMatcher; argument
223 inline const Field& getMatcher() const { in getMatcher() argument
239 bool hasAllPositionMatcher() const { in hasAllPositionMatcher() argument
243 bool hasAnyPositionMatcher(int* prefix) const { in hasAnyPositionMatcher() argument
251 inline bool operator!=(const Matcher& that) const { argument