reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
293 indices.forward = *ti; 295 indices.full = *ti; 297 if (indices.full != TypeIndex::None() && 298 indices.forward != TypeIndex::None()) { 299 forward_to_full[indices.forward] = indices.full; 299 forward_to_full[indices.forward] = indices.full; 300 full_to_forward[indices.full] = indices.forward; 300 full_to_forward[indices.full] = indices.forward;