Lines Matching refs:child
391 const ResParticleChildUpdater& child = ResDynamicCast<ResParticleChildUpdater>(*src); in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
392 NW_ASSERT(child.IsValid()); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
394 childStrSize = strlen(child.GetParticleSetPath()) + 1; in GetMemorySizeForDuplicateResParticleUpdaterInternal()
396 const ResParticleForm& form = child.GetParticleForm(); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
397 const ResParticleChildUpdaterOption& option = child.GetTiming(); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
575 const ResParticleChildUpdater& child = ResDynamicCast<ResParticleChildUpdater>(*src); in DuplicateResParticleUpdater() local
576 NW_ASSERT(child.IsValid()); in DuplicateResParticleUpdater()
578 childStrSize = strlen(child.GetParticleSetPath()) + 1; in DuplicateResParticleUpdater()
580 const ResParticleForm& form = child.GetParticleForm(); in DuplicateResParticleUpdater()
581 const ResParticleChildUpdaterOption& option = child.GetTiming(); in DuplicateResParticleUpdater()
791 const ResParticleChildUpdater& child = ResDynamicCast<ResParticleChildUpdater>(*src); in DuplicateResParticleUpdater() local
795 const char* str = child.GetParticleSetPath(); in DuplicateResParticleUpdater()
807 const ResParticleForm& form = child.GetParticleForm(); in DuplicateResParticleUpdater()
819 const ResParticleChildUpdaterOption& option = child.GetTiming(); in DuplicateResParticleUpdater()