Lines Matching defs:that
26 RT_API_ATTRS Descriptor::Descriptor(const Descriptor &that) { *this = that; }
28 RT_API_ATTRS Descriptor &Descriptor::operator=(const Descriptor &that) {
29 std::memcpy(this, &that, that.SizeInBytes());
49 // only does that when the base address is not nullptr.
324 const DescriptorAddendum &that) {
325 derivedType_ = that.derivedType_;
326 auto lenParms{that.LenParameters()};
328 len_[j] = that.len_[j];