reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
115 uptr size = other.GetStorageSize(); 116 internal_memcpy(storage, other.StartOfStorage(), size); 118 uptr Idx = other.Next() - (const T *)other.StartOfStorage(); 118 uptr Idx = other.Next() - (const T *)other.StartOfStorage();