Lines Matching refs:child
393 const ResParticleChildUpdater& child = ResDynamicCast<ResParticleChildUpdater>(*src); in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
394 NW_ASSERT(child.IsValid()); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
396 childStrSize = strlen(child.GetParticleSetPath()) + 1; in GetMemorySizeForDuplicateResParticleUpdaterInternal()
398 const ResParticleForm& form = child.GetParticleForm(); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
399 const ResParticleChildUpdaterOption& option = child.GetTiming(); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
577 const ResParticleChildUpdater& child = ResDynamicCast<ResParticleChildUpdater>(*src); in DuplicateResParticleUpdater() local
578 NW_ASSERT(child.IsValid()); in DuplicateResParticleUpdater()
580 childStrSize = strlen(child.GetParticleSetPath()) + 1; in DuplicateResParticleUpdater()
582 const ResParticleForm& form = child.GetParticleForm(); in DuplicateResParticleUpdater()
583 const ResParticleChildUpdaterOption& option = child.GetTiming(); in DuplicateResParticleUpdater()
793 const ResParticleChildUpdater& child = ResDynamicCast<ResParticleChildUpdater>(*src); in DuplicateResParticleUpdater() local
797 const char* str = child.GetParticleSetPath(); in DuplicateResParticleUpdater()
809 const ResParticleForm& form = child.GetParticleForm(); in DuplicateResParticleUpdater()
821 const ResParticleChildUpdaterOption& option = child.GetTiming(); in DuplicateResParticleUpdater()