Searched refs:thisIndex (Results 1 – 4 of 4) sorted by relevance
62 private final int thisIndex; field in ComparableConstant72 this.thisIndex = index; in ComparableConstant()79 return thisIndex; in getIndex()101 int otherIndex = otherComparableConstant.thisIndex; in compareTo()103 return thisIndex < otherIndex ? -1 : in compareTo()104 thisIndex == otherIndex ? 0 : in compareTo()
553 const SlotIndex &thisIndex = beginIndex(); variable555 return thisIndex < otherIndex;733 const SlotIndex &thisIndex = beginIndex(); variable735 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
526 const SlotIndex &thisIndex = beginIndex();528 return (thisIndex < otherIndex ||529 (thisIndex == otherIndex && reg < other.reg));
1407 int thisIndex = getOffsetIntoBytes(), in equalsRange()1409 (thisIndex < thisLimit); ++thisIndex, ++otherIndex) { in equalsRange()1410 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()