Searched refs:getRawPosAtDepth (Results 1 – 1 of 1) sorted by relevance
136 inline int32_t getRawPosAtDepth(int32_t depth) const { in getRawPosAtDepth() function145 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()