Searched refs:custom_ (Results 1 – 1 of 1) sorted by relevance
445 mutable BASE_NS::unique_ptr<CustomPropertyPodContainer> custom_; member in MaterialComponentManager::ComponentHandle886 data_(exchange(other.data_, {})), custom_(exchange(other.custom_, {}))902 custom_ = exchange(other.custom_, {}); in operator =()1121 if (other.custom_) { in operator =()1122 newPod->CopyValues(*other.custom_); in operator =()1124 custom_ = BASE_NS::move(newPod); in operator =()1125 data_.customProperties = custom_.get(); in operator =()1200 if (custom_ && updatedShader) { in UpdateMetadata()1201 newPod->CopyValues(*custom_); in UpdateMetadata()1203 custom_ = BASE_NS::move(newPod); in UpdateMetadata()[all …]