Searched refs:thisIndex (Results 1 – 2 of 2) sorted by relevance
601 const SlotIndex &thisIndex = beginIndex(); variable603 return thisIndex < otherIndex;884 const SlotIndex &thisIndex = beginIndex(); variable886 return std::tie(thisIndex, Reg) < std::tie(otherIndex, other.Reg);
313 size_t thisIndex = VTableIndices[i]; in getVTableSize() local317 return nextIndex - thisIndex; in getVTableSize()