reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
297 if (Offsets[LastAtOrBeforePosIndex] == Pos) 298 return LastAtOrBeforePosIndex; 301 if (Offsets[LastAtOrBeforePosIndex] + 302 getSize(Elems[LastAtOrBeforePosIndex]) <= Pos) 303 return LastAtOrBeforePosIndex + 1; 306 if (!split(LastAtOrBeforePosIndex, Pos))