Lines Matching refs:other
335 LottieGenericProperty<T>& operator=(const LottieGenericProperty<T>& other)
338 if (other.frames) {
339 frames = other.frames;
340 const_cast<LottieGenericProperty<T>&>(other).frames = nullptr;
341 } else value = other.value;
616 LottieColorStop& operator=(const LottieColorStop& other)
619 if (other.frames) {
620 frames = other.frames;
621 const_cast<LottieColorStop&>(other).frames = nullptr;
623 value = other.value;
624 const_cast<LottieColorStop&>(other).value = {nullptr, nullptr};
626 populated = other.populated;
627 count = other.count;
816 LottieTextDoc& operator=(const LottieTextDoc& other)
819 if (other.frames) {
820 frames = other.frames;
821 const_cast<LottieTextDoc&>(other).frames = nullptr;
823 value = other.value;
824 const_cast<LottieTextDoc&>(other).value.text = nullptr;
825 const_cast<LottieTextDoc&>(other).value.name = nullptr;