reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3885 if (Idx >= Size) 3889 PartOffset = Offsets.Splits[Idx]; 3890 ++Idx; 3891 PartSize = (Idx < Size ? Offsets.Splits[Idx] : LoadSize) - PartOffset; 3891 PartSize = (Idx < Size ? Offsets.Splits[Idx] : LoadSize) - PartOffset;