Home
last modified time | relevance | path

Searched refs:getRawPosAtDepth (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/statsd/src/
DFieldValue.h136 inline int32_t getRawPosAtDepth(int32_t depth) const { in getRawPosAtDepth() function
145 return getRawPosAtDepth(depth) & kClearLastBitDeco; in getPosAtDepth()
157 return getDepth() >= depth && getRawPosAtDepth(depth) == 0; in isAnyPosMatcher()
161 return getDepth() >= depth && getRawPosAtDepth(depth) == kLastBitMask; in isLastPosMatcher()
245 if (mMatcher.getDepth() == 2 && mMatcher.getRawPosAtDepth(1) == 0) { in hasAnyPositionMatcher()