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